Fixed return bug in childhandle.
[ashd.git] / lib / resp.h
CommitLineData
d422fdfd
FT
1#ifndef _LIB_HTRESP_H
2#define _LIB_HTRESP_H
3
4void simpleerror(int fd, int code, char *msg, char *fmt, ...);
b4164ce6
FT
5char *fmthttpdate(time_t time);
6time_t parsehttpdate(char *date);
d422fdfd
FT
7
8#endif