Organize source tree
[blerg.git] / http / canned_responses.h
diff --git a/http/canned_responses.h b/http/canned_responses.h
new file mode 100644 (file)
index 0000000..b04ee3e
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef _CANNED_RESPONSES
+#define _CANNED_RESPONSES
+
+struct MHD_Response *response_401;
+struct MHD_Response *response_404;
+struct MHD_Response *response_405;
+struct MHD_Response *response_JSON_Success;
+struct MHD_Response *response_JSON_Failure;
+
+void init_responses();
+
+#endif /* _CANNED_RESPONSES */