Strip the leading slash of the rest string.
[ashd.git] / lib / req.h
index a3fc0be..942ff35 100644 (file)
--- 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