dirplex: Add directive to allow selected dot-files and -directories.
[ashd.git] / src / dirplex / dirplex.h
index ffe12a6..754327d 100644 (file)
@@ -17,7 +17,7 @@ struct config {
     time_t mtime, lastck;
     struct child *children;
     struct pattern *patterns;
-    char **index;
+    char **index, **dotallow;
     char *capture, *reparse;
     int caproot, parsecomb;
 };