Unquote URL escapes in dirplex elements.
[ashd.git] / lib / req.h
index 9d77499..a5e50ba 100644 (file)
--- 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