[package] uhttpd:
[openwrt.git] / package / uhttpd / src / uhttpd-cgi.h
index c90557d..cb84dae 100644 (file)
@@ -25,7 +25,8 @@
 #include <linux/limits.h>
 
 void uh_cgi_request(
-       struct client *cl, struct http_request *req, struct path_info *pi
+       struct client *cl, struct http_request *req,
+       struct path_info *pi, struct interpreter *ip
 );
 
 #endif
This page took 0.027871 seconds and 4 git commands to generate.