X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2Fresp.h;fp=lib%2Fresp.h;h=00f187288673d657d0e8ffc6f6790e7978324ab2;hp=90771dc8a9614d06d85fe80c60a4574d8ced5f87;hb=46e6630278db9fb3b7aa7150d28fcd90993a5cc9;hpb=b390f906b00859da9cf7c0ec7e0ca034010e5fce diff --git a/lib/resp.h b/lib/resp.h index 90771dc..00f1872 100644 --- a/lib/resp.h +++ b/lib/resp.h @@ -1,7 +1,10 @@ #ifndef _LIB_HTRESP_H #define _LIB_HTRESP_H +#include + 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); time_t parsehttpdate(char *date);