X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=uclient-utils.h;h=a4f975d6bd8363e06524dd3f22aaf9182fe241d5;hp=3c52eff2ed61e27886a74ad33e8115a36132f0e1;hb=81fdb8fdf1470e1c7bf3124ff20d17feaeb519ee;hpb=299b1af9c051248771537980ee2d16c29c61376d 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