From fc426b240438dec874779e8a9c39fd3959fb7206 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Fri, 3 Jun 2011 14:21:46 +0100 Subject: [PATCH] Unregister function (not implemented) --- includes/luaconsole.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/luaconsole.h b/includes/luaconsole.h index c64661903..1d956ea3a 100644 --- a/includes/luaconsole.h +++ b/includes/luaconsole.h @@ -36,4 +36,5 @@ int luatpt_get_name(lua_State* l); int luatpt_set_shortcuts(lua_State* l); int luatpt_delete(lua_State* l); int luatpt_register_step(lua_State* l); +int luatpt_unregister_step(lua_State* l); #endif