Added some caching capabilities to sendfile.
[ashd.git] / lib / resp.h
1 #ifndef _LIB_HTRESP_H
2 #define _LIB_HTRESP_H
3
4 void simpleerror(int fd, int code, char *msg, char *fmt, ...);
5 char *fmthttpdate(time_t time);
6 time_t parsehttpdate(char *date);
7
8 #endif