X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fresp.h;h=4578b03c94ea7744379a79f1b1b44659d72f2021;hb=121d8be9d4bdeea6a083d9bf791677e9150e6324;hp=00f187288673d657d0e8ffc6f6790e7978324ab2;hpb=8232cebe1da1a5f2341d4acd4b57dc9cbc1bc6b8;p=ashd.git diff --git a/lib/resp.h b/lib/resp.h index 00f1872..4578b03 100644 --- a/lib/resp.h +++ b/lib/resp.h @@ -3,6 +3,7 @@ #include +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);