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 void respond_simple_data(const char *data, int len);
11 void respond_JSON_Failure();
12 void respond_JSON_Success();
14 #endif /* _CANNED_RESPONSES */