X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fdirplex%2Fdirplex.h;h=a025719582049bbe024fa21fa3ee997504724c98;hb=b70b2d4f237082541d01b4b33abc86ef2b7b2223;hp=34402e32ffe036e8c450e25106cf9836384d6c04;hpb=300d73d9ee0fe2fb09643a2a146711f1a8d7edd3;p=ashd.git diff --git a/src/dirplex/dirplex.h b/src/dirplex/dirplex.h index 34402e3..a025719 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 @@ -40,6 +41,7 @@ struct child *findchild(char *file, char *name, struct config **cf); struct pattern *findmatch(char *file, int trydefault, int dir); extern time_t now; +extern struct child *notfound; extern struct config *gconfig, *lconfig; #endif