Added a htls program for directory listings.
[ashd.git] / lib / resp.h
index 00f1872..4578b03 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <req.h>
 
+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);
 char *fmthttpdate(time_t time);