X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fresp.h;h=90771dc8a9614d06d85fe80c60a4574d8ced5f87;hb=5fc1bf9ffd24123e1fafbfc8b58c4338521ec0e6;hp=a1f01f37464393593f923ccf94468ab715b11548;hpb=d422fdfd62d851b345562ad4d093465d2bec604b;p=ashd.git diff --git a/lib/resp.h b/lib/resp.h index a1f01f3..90771dc 100644 --- a/lib/resp.h +++ b/lib/resp.h @@ -2,5 +2,7 @@ #define _LIB_HTRESP_H void simpleerror(int fd, int code, char *msg, char *fmt, ...); +char *fmthttpdate(time_t time); +time_t parsehttpdate(char *date); #endif