X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2Fresp.h;h=6262244a80a23f15d858c9b11213a885f3a04c85;hp=8730584633b7c797b1510c83ddb8901ea2c8e734;hb=62e76c423b0621726c5da1cf9e1bd88005a863eb;hpb=7099f18bfc993a0297d70aff1634cfcae009ebfc 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