X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2Fcf.h;h=a1eadb0113b15dc7f0dab46c429dd755a3b564d1;hp=45e769805a69218acf6591c0be9e28857de0f181;hb=6a7a868e28e79f5502cc4b37578c263f640439c8;hpb=23c627d263701656532d63fade39da08072b56cf diff --git a/lib/cf.h b/lib/cf.h index 45e7698..a1eadb0 100644 --- a/lib/cf.h +++ b/lib/cf.h @@ -28,6 +28,6 @@ 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