X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fdirplex%2Fdirplex.h;h=754327df16680aa9b7a14cdae88ab709c17e6335;hb=HEAD;hp=ffe12a634901bce24ce26529f89822788dc5ef36;hpb=539c7b9f70c856a6451685e405b3a6c870d34ee4;p=ashd.git 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; };