diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-06-11 01:30:34 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:52:51 +0200 |
commit | e8cd2f8161706331208168c8171f0677838549d6 (patch) | |
tree | 0002f41f545f39ffa6550f30dac09eb8f4a7207a /4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h | |
parent | 0c99273762e161b703ce0540596d66947d27e1d1 (diff) |
Change name of 'list' verb to 'info'
Change name of 'list' verb to 'info'.
Change-Id: I9062344b67cc2c19bce9a34d4ac7abfc1baa9428
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h')
-rw-r--r-- | 4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h index 014c539..2db6186 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.h @@ -33,6 +33,6 @@ int HalCtlsHalMapConfig(AFB_ApiT apiHandle, CtlSectionT *section, json_object *S // HAL controllers verbs functions void HalCtlsActionOnStream(AFB_ReqT request); -void HalCtlsListVerbs(AFB_ReqT request); +void HalCtlsInfo(AFB_ReqT request); #endif /* _HALMGR_CB_INCLUDE_ */
\ No newline at end of file |