X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=http%2Fcanned_responses.h;h=3bb079f575058e9bb6c980e1ae0fccc8a8bb89e4;hb=35f91ea7421eb9bb1e6d024086be46eb0d7befb0;hp=7b3a0f5489f2b41ff76e8e8c293158c2bafd1020;hpb=54789cc8538714fc3622646721f6f2ecceae94ac;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;