X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=http%2Fcanned_responses.h;h=3bb079f575058e9bb6c980e1ae0fccc8a8bb89e4;hb=3e3138025852408ef03f3213972e042e12841bed;hp=b04ee3ee32ee5272a91b6015b2d2f42ded2f9c10;hpb=1cf0f1ebfbd5b5a621af2a49ac0328fd0cec4bf4;p=blerg.git diff --git a/http/canned_responses.h b/http/canned_responses.h index b04ee3e..3bb079f 100644 --- a/http/canned_responses.h +++ b/http/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 struct MHD_Response *response_401; +struct MHD_Response *response_403; struct MHD_Response *response_404; struct MHD_Response *response_405; struct MHD_Response *response_JSON_Success;