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