X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=cgi%2Fcanned_responses.h;h=aba58035a1c57213dfae02c6478b36dc8d226799;hb=3e3138025852408ef03f3213972e042e12841bed;hp=bfdafda378d6741a9ce45a950b995e7a8eb655dd;hpb=54789cc8538714fc3622646721f6f2ecceae94ac;p=blerg.git diff --git a/cgi/canned_responses.h b/cgi/canned_responses.h index bfdafda..aba5803 100644 --- a/cgi/canned_responses.h +++ b/cgi/canned_responses.h @@ -4,7 +4,8 @@ #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();