From 1bef31c8bbad27f4914484c5007b2e199fb073d4 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Tue, 3 Dec 2019 19:15:51 +0100 Subject: Remove use of prefix As it is not used anymore (was only used to search for an environment variable containing plugin search paths list), remove use of prefix in libappcontroller. BUG-AGL: SPEC3011 Change-Id: I7885462d56761ad39771360e1b6b1c2b10bbe8c9 Signed-off-by: Jonathan Aillet --- ctl-lib/ctl-lua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctl-lib/ctl-lua.h') diff --git a/ctl-lib/ctl-lua.h b/ctl-lib/ctl-lua.h index 5107108..a1b649b 100644 --- a/ctl-lib/ctl-lua.h +++ b/ctl-lib/ctl-lua.h @@ -53,7 +53,7 @@ typedef enum { extern const char *lua_utils; extern int LuaLoadScript(afb_api_t apiHandle, const char *luaScriptPath); -extern int LuaConfigLoad (afb_api_t apiHandle, const char *prefix); +extern int LuaConfigLoad (afb_api_t apiHandle); extern void LuaL2cNewLib(luaL_Reg *l2cFunc, int count, const char *prefix); extern int Lua2cWrapper(void* luaHandle, char *funcname, Lua2cFunctionT callback); extern int LuaCallFunc (CtlSourceT *source, CtlActionT *action, json_object *queryJ) ; -- cgit 1.2.3-korg