uhttpd: rename struct uh_path_info to path_info, drop wdir member
[project/luci.git] / contrib / package / uhttpd / src / uhttpd-file.h
index 3dce525..623820c 100644 (file)
@@ -32,7 +32,7 @@ struct mimetype {
 };
 
 void uh_file_request(
-       struct client *cl, struct http_request *req, struct uh_path_info *pi
+       struct client *cl, struct http_request *req, struct path_info *pi
 );
 
 #endif