Dolda2000 GitWeb
/
ashd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed a bug in stdredir.
[ashd.git]
/
lib
/
resp.h
1
#ifndef _LIB_HTRESP_H
2
#define _LIB_HTRESP_H
3
4
#include <req.h>
5
6
void simpleerror(int fd, int code, char *msg, char *fmt, ...);
7
void stdredir(struct hthead *req, int fd, int code, char *dst);
8
char *fmthttpdate(time_t time);
9
time_t parsehttpdate(char *date);
10
11
#endif