X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2Freq.h;h=942ff3505f1d39f7c0641ec51d02b7ad001b51a3;hp=a3fc0be75bfe18f02b82de31355947ca67000e49;hb=9e9eca797684e57318dde54f5a89a3029181590e;hpb=a0327573bb6032e02e988a0d0aed709b4be7a422 diff --git a/lib/req.h b/lib/req.h index a3fc0be..942ff35 100644 --- a/lib/req.h +++ b/lib/req.h @@ -17,5 +17,6 @@ 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 recvreq(int sock, struct hthead **reqp); +void replrest(struct hthead *head, char *rest); #endif