X-Git-Url: http://dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Fdirplex%2Fdirplex.h;fp=src%2Fdirplex%2Fdirplex.h;h=754327df16680aa9b7a14cdae88ab709c17e6335;hp=ffe12a634901bce24ce26529f89822788dc5ef36;hb=7aad78636929129e82031dfce9d501f1600ff224;hpb=e5c93010c3bbbd1e04619686bfb5e326205123e5 diff --git a/src/dirplex/dirplex.h b/src/dirplex/dirplex.h index ffe12a6..754327d 100644 --- a/src/dirplex/dirplex.h +++ b/src/dirplex/dirplex.h @@ -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; };