1 /* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
2 * BSD-style license. Please see the COPYING file for details.
4 #ifndef _CANNED_RESPONSES
5 #define _CANNED_RESPONSES
7 struct MHD_Response *response_401;
8 struct MHD_Response *response_403;
9 struct MHD_Response *response_404;
10 struct MHD_Response *response_405;
11 struct MHD_Response *response_JSON_Success;
12 struct MHD_Response *response_JSON_Failure;
14 void init_responses();
16 #endif /* _CANNED_RESPONSES */