diff options
Diffstat (limited to 'package/uhttpd/src/uhttpd-cgi.h')
-rw-r--r-- | package/uhttpd/src/uhttpd-cgi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/uhttpd/src/uhttpd-cgi.h b/package/uhttpd/src/uhttpd-cgi.h index c90557d8fd..cb84dae0c6 100644 --- a/package/uhttpd/src/uhttpd-cgi.h +++ b/package/uhttpd/src/uhttpd-cgi.h @@ -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 |