/cgi/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

void respond_simple_data(const char *data, int len);
void respond_403();
void respond_404();
void respond_405();
void respond_JSON_Failure();
void respond_JSON_Success();

#endif /* _CANNED_RESPONSES */