X-Git-Url: http://dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Fdirplex%2Fdirplex.h;h=ffe12a634901bce24ce26529f89822788dc5ef36;hp=77caa649d37bb1944fdc0001811a9750705d504a;hb=539c7b9f70c856a6451685e405b3a6c870d34ee4;hpb=22aad619ffc2cf4b9532f1fbb19a4bbee2d07c11 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 {