X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=uhttpd.h;fp=uhttpd.h;h=b358a0b44236aa6e00b2805e9a12ca3a2d29f75b;hb=ad93be7632963da1bd5b67d71021d1d63ecfd909;hp=fe05f0d9284782dbdf1ec600a41f2042c3fa605e;hpb=fa51d7fbc67aa27b423c50c77b817514de6def09;p=project%2Fuhttpd.git diff --git a/uhttpd.h b/uhttpd.h index fe05f0d..b358a0b 100644 --- a/uhttpd.h +++ b/uhttpd.h @@ -300,7 +300,8 @@ void uh_client_read_cb(struct client *cl); void uh_client_notify_state(struct client *cl); void uh_auth_add(const char *path, const char *user, const char *pass); -bool uh_auth_check(struct client *cl, struct path_info *pi); +bool uh_auth_check(struct client *cl, const char *path, const char *auth, + char **uptr, char **pptr); void uh_close_listen_fds(void); void uh_close_fds(void);