X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Freq.h;h=a5e50bab64fdf0c9bdac0204e06cb639a03328df;hb=1604c0967129b4b348f3c6150f5a2c87f780e404;hp=9d77499d5cfa1c062f4fe45f24606507eaa184a5;hpb=147c2b51fe166f5734ebded4729ca831fc19123e;p=ashd.git diff --git a/lib/req.h b/lib/req.h index 9d77499..a5e50ba 100644 --- a/lib/req.h +++ b/lib/req.h @@ -22,5 +22,6 @@ int recvreq(int sock, struct hthead **reqp); void replrest(struct hthead *head, char *rest); int parseheaders(struct hthead *head, FILE *in); int writeresp(FILE *out, struct hthead *resp); +char *unquoteurl(char *in); #endif