Add new account center and account recovery frontends
[blerg.git] / cgi / canned_responses.h
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.
3  */
4 #ifndef _CANNED_RESPONSES
5 #define _CANNED_RESPONSES
6
7 void respond_simple_data(const char *data, int len);
8 void respond_403();
9 void respond_404();
10 void respond_405();
11 void respond_JSON_Failure();
12 void respond_JSON_Success();
13
14 #endif /* _CANNED_RESPONSES */