Return the status of token removal in auth_logout
[blerg.git] / http / canned_responses.h
index b04ee3e..3bb079f 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
 
 struct MHD_Response *response_401;
+struct MHD_Response *response_403;
 struct MHD_Response *response_404;
 struct MHD_Response *response_405;
 struct MHD_Response *response_JSON_Success;