author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年08月26日 16:12:53 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年08月26日 16:12:53 +0200 |
commit | df7bd02dfe1bdc3209aeed2a98408f392af7a557 (patch) | |
tree | 3cfae1a0941f4bbf73b176d98ee9698941758134 /lua-gsl/lua-utils.h | |
parent | 11561b1b2f367e38c7e0a89297341ac685d87272 (diff) | |
parent | f5d84b9531cd9a7e9bb5b920e696bc5be1626de7 (diff) | |
download | gsl-shell-df7bd02dfe1bdc3209aeed2a98408f392af7a557.tar.gz |
-rw-r--r-- | lua-gsl/lua-utils.h | 17 |
diff --git a/lua-gsl/lua-utils.h b/lua-gsl/lua-utils.h index 333b7a49..51c9626c 100644 --- a/lua-gsl/lua-utils.h +++ b/lua-gsl/lua-utils.h @@ -27,23 +27,6 @@ __BEGIN_DECLS #include "lua.h" -extern void -mlua_openlibs (lua_State *L); - -extern int -mlua_get_property (lua_State *L, const struct luaL_Reg *p, bool use_cache); - -extern const struct luaL_Reg * -mlua_find_method (const struct luaL_Reg *p, const char *key); - -extern int -mlua_index_with_properties (lua_State *L, const struct luaL_Reg *properties, - const struct luaL_Reg *methods, - bool use_cache); - -extern int -mlua_newindex_with_properties (lua_State *L, const struct luaL_Reg *properties); - extern const char * mlua_named_optstring (lua_State *L, int index, const char *key, const char * default_value); |