From 76d15b63c7f1a29fa994b2f056387101e1126e0a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 15 Oct 2012 20:09:55 +0300 Subject: support multiple index files in the configuration and the command line args --- uhttpd-utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'uhttpd-utils.h') 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); -- cgit v1.2.1