Added global config files to dirplex and patplex.
[ashd.git] / lib / cf.h
index 09dad29..45e7698 100644 (file)
--- a/lib/cf.h
+++ b/lib/cf.h
@@ -24,6 +24,7 @@ void skipcfblock(struct cfstate *s);
 struct cfstate *mkcfparser(FILE *in, char *name);
 void freecfparser(struct cfstate *s);
 char **getcfline(struct cfstate *s);
+char *findstdconf(char *name);
 
 void freechild(struct child *ch);
 struct child *parsechild(struct cfstate *s);