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