summaryrefslogtreecommitdiff
path: root/src/tsg_lua_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsg_lua_interface.h')
-rw-r--r--src/tsg_lua_interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tsg_lua_interface.h b/src/tsg_lua_interface.h
index 5e97328..7e2c250 100644
--- a/src/tsg_lua_interface.h
+++ b/src/tsg_lua_interface.h
@@ -5,6 +5,7 @@
************************************************************************/
#ifndef __TSG_LUA_INTERFACE__
#define __TSG_LUA_INTERFACE__
+#include <stddef.h>
enum type
{
@@ -232,4 +233,6 @@ int lua_exec_file(tsg_lua_handle L, const char *script, struct lua_data_t in, vo
tsg_lua_handle tsg_lua_vm_create_with_name(const char *name);
int lua_get_error_code(tsg_lua_handle L);
+
+int lua_remove_cmd(tsg_lua_handle L, const char *cmd);
#endif