X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fdirplex%2Fdirplex.h;h=028a3d93a40a97bde1f8c9f99eee2e4b245399ea;hb=c3542a659906fa29cdae781e0f5c560595cc6cba;hp=d4865294138a9c6ec55472c94fc92eca3e22369b;hpb=da75c835b71b9ed9cf1d2c8fcbcfb7631dd24a05;p=ashd.git diff --git a/src/dirplex/dirplex.h b/src/dirplex/dirplex.h index d486529..028a3d9 100644 --- a/src/dirplex/dirplex.h +++ b/src/dirplex/dirplex.h @@ -5,6 +5,7 @@ #define PAT_PATHNAME 1 #define PAT_ALL 2 #define PAT_DEFAULT 3 +#define PAT_LOCAL 4 #define PT_FILE 0 #define PT_DIR 1 @@ -16,6 +17,7 @@ struct config { struct child *children; struct pattern *patterns; char **index; + char *capture; }; struct rule {