summaryrefslogtreecommitdiff
path: root/uhttpd-utils.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-10-15 20:09:55 +0300
committerJo-Philipp Wich <jow@openwrt.org>2012-10-15 20:09:55 +0300
commit76d15b63c7f1a29fa994b2f056387101e1126e0a (patch)
tree58fed08d435a14f79d95b9659e487849479ef994 /uhttpd-utils.h
parentfa43d1a62864f912e4450affb9c86f3accbe026a (diff)
downloaduhttpd-76d15b63c7f1a29fa994b2f056387101e1126e0a.tar.gz
support multiple index files in the configuration and the command line args
Diffstat (limited to 'uhttpd-utils.h')
-rw-r--r--uhttpd-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uhttpd-utils.h b/uhttpd-utils.h
index 309e93e..2c6785d 100644
--- a/uhttpd-utils.h
+++ b/uhttpd-utils.h
@@ -117,6 +117,9 @@ int uh_auth_check(
);
+extern struct index_file *uh_index_files;
+struct index_file * uh_index_add(const char *filename);
+
struct path_info * uh_path_lookup(struct client *cl, const char *url);
struct listener * uh_listener_add(int sock, struct config *conf);