13 struct config *next, *prev;
16 struct child *children;
17 struct pattern *patterns;
34 struct child *getchild(struct config *cf, char *name);
35 struct config *readconfig(char *file);
36 struct config *getconfig(char *path);
37 struct config **getconfigs(char *file);
38 struct child *findchild(char *file, char *name, struct config **cf);
39 struct pattern *findmatch(char *file, int trydefault, int dir);
42 extern struct config *gconfig, *lconfig;