diff options
Diffstat (limited to 'package/uhttpd/src/uhttpd-file.h')
-rw-r--r-- | package/uhttpd/src/uhttpd-file.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/uhttpd/src/uhttpd-file.h b/package/uhttpd/src/uhttpd-file.h index 3d46815160..08dbe2cf9a 100644 --- a/package/uhttpd/src/uhttpd-file.h +++ b/package/uhttpd/src/uhttpd-file.h @@ -31,8 +31,6 @@ struct mimetype { const char *mime; }; -void uh_file_request( - struct client *cl, struct http_request *req, struct path_info *pi -); +bool uh_file_request(struct client *cl, struct path_info *pi); #endif |