X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Freq.h;h=054d3c1d2e94859413b58c134421f7bf7d305481;hb=fd0303c3260c6397b33912312af67e7a99523926;hp=71a7a06d37ffdc2c36e369e221751d9565e6714d;hpb=056f947352274dd1f6ec51b03c423c12e3828623;p=ashd.git diff --git a/lib/req.h b/lib/req.h index 71a7a06..054d3c1 100644 --- a/lib/req.h +++ b/lib/req.h @@ -18,6 +18,7 @@ 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); void headrmheader(struct hthead *head, const char *name); +int sendreq2(int sock, struct hthead *req, int fd, int flags); int sendreq(int sock, struct hthead *req, int fd); int recvreq(int sock, struct hthead **reqp); void replrest(struct hthead *head, char *rest);