X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fdirplex%2Fdirplex.h;h=ffe12a634901bce24ce26529f89822788dc5ef36;hb=bcad6b0c48d516ddc920b52f06083ceaa242e1ca;hp=77caa649d37bb1944fdc0001811a9750705d504a;hpb=a0b6c27cdb8e49868ec70fb276b3eb963c5852dd;p=ashd.git diff --git a/src/dirplex/dirplex.h b/src/dirplex/dirplex.h index 77caa64..ffe12a6 100644 --- a/src/dirplex/dirplex.h +++ b/src/dirplex/dirplex.h @@ -18,8 +18,8 @@ struct config { struct child *children; struct pattern *patterns; char **index; - char *capture; - int caproot; + char *capture, *reparse; + int caproot, parsecomb; }; struct rule {