From 95be0403e69b3047a0375cf965dedca0ad876409 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 15 Oct 2023 22:31:17 +0300 Subject: Argumets stored in RL.arg array. --- include/lua_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/lua_core.h') diff --git a/include/lua_core.h b/include/lua_core.h index 2285ca4..ed5fb7d 100644 --- a/include/lua_core.h +++ b/include/lua_core.h @@ -14,7 +14,7 @@ enum EventType { EVENT_CURSOR_ENTER }; -bool luaInit(); +bool luaInit( int argn, const char **argc ); int luaTraceback( lua_State *L ); bool luaCallMain(); void luaCallProcess(); -- cgit v1.2.3