X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=http%2Fcanned_responses.h;fp=http%2Fcanned_responses.h;h=3bb079f575058e9bb6c980e1ae0fccc8a8bb89e4;hb=28a7ca12adefd4a4db25ad0534638e085a9f0e12;hp=7b3a0f5489f2b41ff76e8e8c293158c2bafd1020;hpb=ec8746b44dc85fd3e3b42835f779890684a9e90a;p=blerg.git diff --git a/http/canned_responses.h b/http/canned_responses.h index 7b3a0f5..3bb079f 100644 --- a/http/canned_responses.h +++ b/http/canned_responses.h @@ -5,6 +5,7 @@ #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;