14 struct config *next, *prev;
17 struct child *children;
18 struct pattern *patterns;
36 struct headmod *headers;
42 struct child *getchild(struct config *cf, char *name);
43 struct config *readconfig(char *file);
44 struct config *getconfig(char *path);
45 struct config **getconfigs(char *file);
46 struct child *findchild(char *file, char *name, struct config **cf);
47 struct pattern *findmatch(char *file, int trydefault, int dir);
48 void modheaders(struct hthead *req, struct pattern *pat);
51 extern struct child *notfound;
52 extern struct config *gconfig, *lconfig;