X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fcf.h;h=a1eadb0113b15dc7f0dab46c429dd755a3b564d1;hb=6a7a868e28e79f5502cc4b37578c263f640439c8;hp=09dad29932ce2f74aa06366a3d81a15294c3e01e;hpb=06c1a7183754349e29a6f4656d88d3f89e4f448a;p=ashd.git diff --git a/lib/cf.h b/lib/cf.h index 09dad29..a1eadb0 100644 --- a/lib/cf.h +++ b/lib/cf.h @@ -24,9 +24,10 @@ void skipcfblock(struct cfstate *s); struct cfstate *mkcfparser(FILE *in, char *name); void freecfparser(struct cfstate *s); char **getcfline(struct cfstate *s); +char *findstdconf(char *name); void freechild(struct child *ch); struct child *parsechild(struct cfstate *s); -int childhandle(struct child *ch, struct hthead *req, int fd); +int childhandle(struct child *ch, struct hthead *req, int fd, void (*chinit)(void *), void *idata); #endif