Added some caching capabilities to sendfile.
[ashd.git] / lib / resp.h
index a1f01f3..90771dc 100644 (file)
@@ -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