etc: Add environment option to run init.d/ashd silently.
[ashd.git] / src / dirplex / dirplex.h
index 77caa64..754327d 100644 (file)
@@ -17,9 +17,9 @@ struct config {
     time_t mtime, lastck;
     struct child *children;
     struct pattern *patterns;
-    char **index;
-    char *capture;
-    int caproot;
+    char **index, **dotallow;
+    char *capture, *reparse;
+    int caproot, parsecomb;
 };
 
 struct rule {