uhttpd: rename struct uh_path_info to path_info, drop wdir member
[project/luci.git] / contrib / package / uhttpd / src / uhttpd-cgi.h
index 1a73d88..6b9c9c6 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/limits.h>
 
 void uh_cgi_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