summaryrefslogtreecommitdiff
path: root/uhttpd-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'uhttpd-file.h')
-rw-r--r--uhttpd-file.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/uhttpd-file.h b/uhttpd-file.h
index 3d46815..08dbe2c 100644
--- a/uhttpd-file.h
+++ b/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