Updated ChangeLog.
[ashd.git] / lib / resp.h
index 00f1872..6cb7ec3 100644 (file)
@@ -1,8 +1,10 @@
 #ifndef _LIB_HTRESP_H
 #define _LIB_HTRESP_H
 
-#include <req.h>
+#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);
 char *fmthttpdate(time_t time);