diff options
-rw-r--r-- | src/harvester-binding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/harvester-binding.c b/src/harvester-binding.c index 5968fba..fee52ad 100644 --- a/src/harvester-binding.c +++ b/src/harvester-binding.c @@ -51,7 +51,7 @@ static void ctrlapi_auth(afb_req_t request) afb_req_success(request, NULL, NULL); } -static afb_verb_t CtrlApiVerbs[] = { +static const afb_verb_t CtrlApiVerbs[] = { /* VERB'S NAME FUNCTION TO CALL SHORT DESCRIPTION */ { .verb = "ping", .callback = ctrlapi_ping, .info = "ping test for API" }, { .verb = "auth", .callback = ctrlapi_auth, .info = "Authenticate session to raise Level Of Assurance of the session" }, |