Dolda2000 GitWeb
/
ashd.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Use libmagic for sendfile.
[ashd.git]
/
lib
/
resp.h
Commit
Line
Data
d422fdfd
FT
1
#ifndef _LIB_HTRESP_H
2
#define _LIB_HTRESP_H
3
4
void simpleerror(int fd, int code, char *msg, char *fmt, ...);
b4164ce6
FT
5
char *fmthttpdate(time_t time);
6
time_t parsehttpdate(char *date);
d422fdfd
FT
7
8
#endif