/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.
 */
#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;
struct MHD_Response *response_JSON_Failure;

void init_responses();

#endif /* _CANNED_RESPONSES */