X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2Fresp.h;fp=lib%2Fresp.h;h=6262244a80a23f15d858c9b11213a885f3a04c85;hp=8730584633b7c797b1510c83ddb8901ea2c8e734;hb=bcad6b0c48d516ddc920b52f06083ceaa242e1ca;hpb=589987f8218c9aa61d65f582a3b3e1bbd32bda81 diff --git a/lib/resp.h b/lib/resp.h index 8730584..6262244 100644 --- a/lib/resp.h +++ b/lib/resp.h @@ -10,5 +10,6 @@ void simpleerror2(FILE *out, int code, char *msg, char *fmt, ...); void stdredir(struct hthead *req, int fd, int code, char *dst); char *fmthttpdate(time_t time); time_t parsehttpdate(char *date); +char *httpdefstatus(int code); #endif