diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-09 14:02:55 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-10 23:41:15 +0200 |
commit | 90619f247b73eaa64a4fd44a949d87fecd38d5c8 (patch) | |
tree | 905164fc0d0b215edc840460eb5305d22d820be0 /src | |
parent | df29972cfd2b85ca049f61022ea309c51769a9e3 (diff) |
Making ping verb static
Change-Id: Ifbd3c5d89904581f2bf2cfbd55b29a71109788ed
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src')
-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 679767c..d72d9ed 100644 --- a/src/harvester-binding.c +++ b/src/harvester-binding.c @@ -46,7 +46,7 @@ static void ctrlapi_ping(AFB_ReqT request) { return; } -void ctrlapi_auth(AFB_ReqT request) +static void ctrlapi_auth(AFB_ReqT request) { AFB_ReqSetLOA(request, 1); AFB_ReqSuccess(request, NULL, NULL); |