diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-20 14:31:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-20 14:31:05 +0000 |
commit | 074690aa549db034b9d1599b9fa38dfd577db868 (patch) | |
tree | 5e5565364aea7181ddde3c3c0a0a4ad99b3eb4de /contrib/package/uhttpd/src/uhttpd-cgi.c | |
parent | 35e6a59ef269829e4838aa748dfd93c5441083c2 (diff) |
uhttpd: rename struct uh_path_info to path_info, drop wdir member
Diffstat (limited to 'contrib/package/uhttpd/src/uhttpd-cgi.c')
-rw-r--r-- | contrib/package/uhttpd/src/uhttpd-cgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/uhttpd/src/uhttpd-cgi.c b/contrib/package/uhttpd/src/uhttpd-cgi.c index 7b3337d74..a89dffa61 100644 --- a/contrib/package/uhttpd/src/uhttpd-cgi.c +++ b/contrib/package/uhttpd/src/uhttpd-cgi.c @@ -132,7 +132,7 @@ static void uh_cgi_error_500(struct client *cl, struct http_request *req, const } -void uh_cgi_request(struct client *cl, struct http_request *req, struct uh_path_info *pi) +void uh_cgi_request(struct client *cl, struct http_request *req, struct path_info *pi) { int i, hdroff, bufoff; int hdrlen = 0; |