X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=uclient-utils.h;h=a4f975d6bd8363e06524dd3f22aaf9182fe241d5;hb=c35d9db9362e095553f2c043b1a2bf195435bc09;hp=3c52eff2ed61e27886a74ad33e8115a36132f0e1;hpb=299b1af9c051248771537980ee2d16c29c61376d;p=project%2Fuclient.git diff --git a/uclient-utils.h b/uclient-utils.h index 3c52eff..a4f975d 100644 --- a/uclient-utils.h +++ b/uclient-utils.h @@ -44,4 +44,6 @@ int uclient_urldecode(const char *in, char *out, bool decode_plus); void http_digest_calculate_auth_hash(char *dest, const char *user, const char *realm, const char *password); void http_digest_calculate_response(char *dest, const struct http_digest_data *data); +char *uclient_get_url_filename(const char *url, const char *default_name); + #endif