ath9k: fix various calibration related bugs and clean up the code
[openwrt.git] / package / uhttpd / src / uhttpd.h
index 32e3970..c8fdaf4 100644 (file)
@@ -64,7 +64,10 @@ struct config {
        char docroot[PATH_MAX];
        char *realm;
        char *file;
        char docroot[PATH_MAX];
        char *realm;
        char *file;
+       char *index_file;
+       char *error_handler;
        int no_symlinks;
        int no_symlinks;
+       int no_dirlists;
        int network_timeout;
 #ifdef HAVE_CGI
        char *cgi_prefix;
        int network_timeout;
 #ifdef HAVE_CGI
        char *cgi_prefix;
@@ -124,6 +127,7 @@ struct auth_realm {
 struct http_request {
        int     method;
        float version;
 struct http_request {
        int     method;
        float version;
+       int redirect_status;
        char *url;
        char *headers[UH_LIMIT_HEADERS];
        struct auth_realm *realm;
        char *url;
        char *headers[UH_LIMIT_HEADERS];
        struct auth_realm *realm;
This page took 0.02131 seconds and 4 git commands to generate.