lib: Made simpleerror callable with stdio handles as well as FDs.
[ashd.git] / lib / resp.h
index 6cb7ec3..8730584 100644 (file)
@@ -6,6 +6,7 @@
 char *urlquote(char *text);
 char *htmlquote(char *text);
 void simpleerror(int fd, int code, char *msg, char *fmt, ...);
+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);