15 struct config *next, *prev;
18 struct child *children;
19 struct pattern *patterns;
21 char *capture, *reparse;
22 int caproot, parsecomb;
38 struct headmod *headers;
44 struct child *getchild(struct config *cf, char *name);
45 struct config *readconfig(char *file);
46 struct config *getconfig(char *path);
47 struct config **getconfigs(char *file);
48 struct child *findchild(char *file, char *name, struct config **cf);
49 struct pattern *findmatch(char *file, int trydefault, int type);
50 void modheaders(struct hthead *req, struct pattern *pat);
53 extern struct child *notfound;
54 extern struct config *gconfig, *lconfig;