projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] iptables: fix layer7 patch to place the source in extensions/, I doubt...
[openwrt.git]
/
package
/
uhttpd
/
src
/
uhttpd-cgi.h
diff --git
a/package/uhttpd/src/uhttpd-cgi.h
b/package/uhttpd/src/uhttpd-cgi.h
index
c90557d
..
cb84dae
100644
(file)
--- 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
This page took
0.021271 seconds
and
4
git commands to generate.