X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=cgi%2Fcanned_responses.h;h=aba58035a1c57213dfae02c6478b36dc8d226799;hb=HEAD;hp=84fd56a463307ab9b2af9cd1a6c378be56cb8ea6;hpb=ec27db46cef1c4643087fa2eeaad2ca72228bc06;p=blerg.git diff --git a/cgi/canned_responses.h b/cgi/canned_responses.h index 84fd56a..aba5803 100644 --- a/cgi/canned_responses.h +++ b/cgi/canned_responses.h @@ -1,7 +1,11 @@ +/* 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(unsigned const char *data, int len); +void respond_simple_data(const char *data, int len); +void respond_403(); void respond_404(); void respond_405(); void respond_JSON_Failure();