Send error reports from dirplex.
[ashd.git] / lib / resp.h
diff --git a/lib/resp.h b/lib/resp.h
new file mode 100644 (file)
index 0000000..a1f01f3
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _LIB_HTRESP_H
+#define _LIB_HTRESP_H
+
+void simpleerror(int fd, int code, char *msg, char *fmt, ...);
+
+#endif