/http/canned_responses.h
/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
* BSD-style license. Please see the COPYING file for details.
*/
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;
struct MHD_Response *response_JSON_Failure;
void ;
/* _CANNED_RESPONSES */