X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Freq.h;h=752ff776f549a52fab34b40915164b17dadfaa01;hb=2daf44115026999612b7a4a48cf35bfa711c35c4;hp=a5e50bab64fdf0c9bdac0204e06cb639a03328df;hpb=1604c0967129b4b348f3c6150f5a2c87f780e404;p=ashd.git diff --git a/lib/req.h b/lib/req.h index a5e50ba..752ff77 100644 --- a/lib/req.h +++ b/lib/req.h @@ -17,6 +17,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); +void headrmheader(struct hthead *head, const char *name); int sendreq(int sock, struct hthead *req, int fd); int recvreq(int sock, struct hthead **reqp); void replrest(struct hthead *head, char *rest);