Add /feedinfo endpoint
[blerg.git] / http / canned_responses.h
index 7b3a0f5..3bb079f 100644 (file)
@@ -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;