[kernel] fixup 2.6.34 kernel headers to properly export XT_ALIGN() to userspace
[openwrt.git] / package / uhttpd / src / uhttpd.h
index 32e3970..fd2176e 100644 (file)
@@ -64,8 +64,12 @@ struct config {
        char docroot[PATH_MAX];
        char *realm;
        char *file;
+       char *index_file;
+       char *error_handler;
        int no_symlinks;
+       int no_dirlists;
        int network_timeout;
+       int rfc1918_filter;
 #ifdef HAVE_CGI
        char *cgi_prefix;
 #endif
@@ -124,6 +128,7 @@ struct auth_realm {
 struct http_request {
        int     method;
        float version;
+       int redirect_status;
        char *url;
        char *headers[UH_LIMIT_HEADERS];
        struct auth_realm *realm;
This page took 0.022611 seconds and 4 git commands to generate.