X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2Freq.h;h=752ff776f549a52fab34b40915164b17dadfaa01;hp=a5e50bab64fdf0c9bdac0204e06cb639a03328df;hb=f89ce57a7d216566b30c22f8f8accc9ab0eb5c6c;hpb=5e74f3f1acc7e8ec281ddf1eaa668c14c2bec349 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);