aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-06-14 14:52:34 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-06-29 19:38:23 +0200
commite796f2c67251caabf18bd04395cad601c5215a46 (patch)
tree2a7867629cb2a9373f52fd19485d8b77c377e13e
parent512b2612a81805c1a835eb3a9fc38144e15662f2 (diff)
Remove declaration to not existing functions
Change-Id: Ib1b300e589b08d3172c5b6aeaa8ef33df2c4fc65 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--ctl-lib/ctl-lua.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctl-lib/ctl-lua.h b/ctl-lib/ctl-lua.h
index ba40991..bb202d6 100644
--- a/ctl-lib/ctl-lua.h
+++ b/ctl-lib/ctl-lua.h
@@ -57,9 +57,6 @@ int LuaConfigLoad (AFB_ApiT apiHandle);
void LuaL2cNewLib(luaL_Reg *l2cFunc, int count, const char *prefix);
int Lua2cWrapper(void* luaHandle, char *funcname, Lua2cFunctionT callback);
int LuaCallFunc (CtlSourceT *source, CtlActionT *action, json_object *queryJ) ;
-void ctlapi_lua_docall (afb_req request);
-void ctlapi_lua_dostring (afb_req request);
-void ctlapi_lua_doscript (afb_req request);
int LuaConfigExec(AFB_ApiT apiHandle);
#ifdef __cplusplus