X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fresp.h;h=8f18f87d366df37b64c5c2ccbc798fcb14b97cae;hb=2a516eedef5051e08ecaf7ddaa3adebe6cf239de;hp=00f187288673d657d0e8ffc6f6790e7978324ab2;hpb=46e6630278db9fb3b7aa7150d28fcd90993a5cc9;p=ashd.git diff --git a/lib/resp.h b/lib/resp.h index 00f1872..8f18f87 100644 --- a/lib/resp.h +++ b/lib/resp.h @@ -3,6 +3,8 @@ #include +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);