[package] uhttpd:
[openwrt/svn-archive/archive.git] / package / uhttpd / src / uhttpd-cgi.h
index c90557d8fd5a6f7bf4720fc93acb32c58272ec19..cb84dae0c68b3496ad4b69df27eae81c2e76e244 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