Remove /unsubscribe from htaccess config
[blerg.git] / cgi / canned_responses.h
index 84fd56a..aba5803 100644 (file)
@@ -1,7 +1,11 @@
+/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
+ * BSD-style license.  Please see the COPYING file for details.
+ */
 #ifndef _CANNED_RESPONSES
 #define _CANNED_RESPONSES
 
-void respond_simple_data(unsigned const char *data, int len);
+void respond_simple_data(const char *data, int len);
+void respond_403();
 void respond_404();
 void respond_405();
 void respond_JSON_Failure();