X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=utils.h;h=8f67823a8ea9e92c4e85b718ba9fe618a57633b7;hb=d0aab7b1fc7c94c3d6d41990e7615be85b58e640;hp=08539438531867edf91b8ede7a77b767b398a9f3;hpb=fc2a91f6761a39d735174af3e9523af079ae3f16;p=project%2Fuhttpd.git diff --git a/utils.h b/utils.h index 0853943..8f67823 100644 --- a/utils.h +++ b/utils.h @@ -54,7 +54,7 @@ static inline void clearenv(void) int uh_urldecode(char *buf, int blen, const char *src, int slen); int uh_urlencode(char *buf, int blen, const char *src, int slen); -int uh_b64decode(char *buf, int blen, const unsigned char *src, int slen); +int uh_b64decode(char *buf, int blen, const void *src, int slen); bool uh_path_match(const char *prefix, const char *url); char *uh_split_header(char *str);