X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2Fresp.h;fp=lib%2Fresp.h;h=90771dc8a9614d06d85fe80c60a4574d8ced5f87;hp=a1f01f37464393593f923ccf94468ab715b11548;hb=b4164ce630753af81884d347b930625fb020b018;hpb=01b2ebcef044b1aaea39a3ec3b5d3ccf0f08e444 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