Beautified the directory listings.
[ashd.git] / lib / resp.h
index 4578b03..8f18f87 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <req.h>
 
+char *urlquote(char *text);
 char *htmlquote(char *text);
 void simpleerror(int fd, int code, char *msg, char *fmt, ...);
 void stdredir(struct hthead *req, int fd, int code, char *dst);