X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2Freq.h;h=054d3c1d2e94859413b58c134421f7bf7d305481;hp=71a7a06d37ffdc2c36e369e221751d9565e6714d;hb=d9f67feaea01146d7ea10abfff2dc59ff8946ced;hpb=615f3ba3b9ced7a23e5c7c48ad1ff446ff733358 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);