aboutsummaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-config.c
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-06-29 19:37:03 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-06-29 19:38:23 +0200
commit80be8372affe146a6f98e6e0738ead86674cde49 (patch)
tree483ba1da7afea3179cf6e406dec12d12184ea9da /ctl-lib/ctl-config.c
parent169992d18a1d0de4e290f1d5ac2887113e6cac65 (diff)
WIP Began the doxygen documentation works.sandbox/claneys/docs
Change-Id: I19df4c738249bfdb3986e5420e606b6c7824acad Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-config.c')
-rw-r--r--ctl-lib/ctl-config.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ctl-lib/ctl-config.c b/ctl-lib/ctl-config.c
index fcd0e02..4ab9ec9 100644
--- a/ctl-lib/ctl-config.c
+++ b/ctl-lib/ctl-config.c
@@ -114,15 +114,6 @@ static int DispatchRequireOneApi(AFB_ApiT apiHandle, json_object * bindindJ) {
return err;
}
-/**
- * @brief Best effort to initialise everything before starting
- * Call afb_require_api at the first call or if there was an error because
- * the CtlConfigExec could be called anywhere and not in binding init.
- * So you could call this function at init time.
- *
- * @param apiHandle : a afb_daemon api handle, see AFB_ApiT in afb_definitions.h
- * @param requireJ : json_object array of api name required.
- */
void DispatchRequireApi(AFB_ApiT apiHandle, json_object * requireJ) {
static int init = 0, err = 0;
int idx;