14 struct config *next, *prev;
17 struct child *children;
18 struct pattern *patterns;
36 struct child *getchild(struct config *cf, char *name);
37 struct config *readconfig(char *file);
38 struct config *getconfig(char *path);
39 struct config **getconfigs(char *file);
40 struct child *findchild(char *file, char *name, struct config **cf);
41 struct pattern *findmatch(char *file, int trydefault, int dir);
44 extern struct child *notfound;
45 extern struct config *gconfig, *lconfig;