summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/uhttpd/src/uhttpd-file.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-03-20 14:31:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-03-20 14:31:05 +0000
commit074690aa549db034b9d1599b9fa38dfd577db868 (patch)
tree5e5565364aea7181ddde3c3c0a0a4ad99b3eb4de /contrib/package/uhttpd/src/uhttpd-file.h
parent35e6a59ef269829e4838aa748dfd93c5441083c2 (diff)
uhttpd: rename struct uh_path_info to path_info, drop wdir member
Diffstat (limited to 'contrib/package/uhttpd/src/uhttpd-file.h')
-rw-r--r--contrib/package/uhttpd/src/uhttpd-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/uhttpd/src/uhttpd-file.h b/contrib/package/uhttpd/src/uhttpd-file.h
index 3dce525e7..623820c09 100644
--- a/contrib/package/uhttpd/src/uhttpd-file.h
+++ b/contrib/package/uhttpd/src/uhttpd-file.h
@@ -32,7 +32,7 @@ struct mimetype {
};
void uh_file_request(
- struct client *cl, struct http_request *req, struct uh_path_info *pi
+ struct client *cl, struct http_request *req, struct path_info *pi
);
#endif