X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Freq.h;h=7fc70be2a3f7bde97353611cac723ae7e526992b;hb=cceb36110d6caa3a44827652d836ac6862d17ff9;hp=942ff3505f1d39f7c0641ec51d02b7ad001b51a3;hpb=9e9eca797684e57318dde54f5a89a3029181590e;p=ashd.git diff --git a/lib/req.h b/lib/req.h index 942ff35..7fc70be 100644 --- a/lib/req.h +++ b/lib/req.h @@ -15,7 +15,7 @@ void freehthead(struct hthead *head); char *getheader(struct hthead *head, char *name); void headpreheader(struct hthead *head, const char *name, const char *val); void headappheader(struct hthead *head, const char *name, const char *val); -int sendreq(int sock, struct hthead *req); +int sendreq(int sock, struct hthead *req, int fd); int recvreq(int sock, struct hthead **reqp); void replrest(struct hthead *head, char *rest);