X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=cgi%2Fcanned_responses.h;h=9ae878dafb5431444f6dc11efe4b87c2b8258b86;hb=04ffc0f160e4d2f6c74aa2a5d874a4fa77e53fbb;hp=bfdafda378d6741a9ce45a950b995e7a8eb655dd;hpb=54789cc8538714fc3622646721f6f2ecceae94ac;p=blerg.git diff --git a/cgi/canned_responses.h b/cgi/canned_responses.h index bfdafda..9ae878d 100644 --- a/cgi/canned_responses.h +++ b/cgi/canned_responses.h @@ -5,6 +5,7 @@ #define _CANNED_RESPONSES void respond_simple_data(unsigned const char *data, int len); +void respond_403(); void respond_404(); void respond_405(); void respond_JSON_Failure();