main: strdup command line arguments that are modified
[project/uhttpd.git] / uhttpd.h
index a620030..daf68ce 100644 (file)
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -52,6 +52,7 @@ struct config {
        const char *file;
        const char *error_handler;
        const char *cgi_prefix;
+       const char *cgi_docroot_path;
        const char *cgi_path;
        const char *lua_handler;
        const char *lua_prefix;
@@ -152,6 +153,8 @@ struct relay {
 
        bool process_done;
        bool error;
+       bool skip_data;
+
        int ret;
        int header_ofs;