uhttpd:
[project/luci.git] / contrib / package / uhttpd / src / uhttpd-file.h
index 9e56c38..37303e0 100644 (file)
@@ -1,4 +1,4 @@
-#ifndef _UHTTPD_CGI_
+#ifndef _UHTTPD_FILE_
 
 #include <fcntl.h>
 #include <time.h>
@@ -13,6 +13,8 @@ struct mimetype {
        const char *mime;
 };
 
-void uh_file_request(struct client *cl, struct http_request *req);
+void uh_file_request(
+       struct client *cl, struct http_request *req, struct uh_path_info *pi
+);
 
 #endif