callisto: move luaopen_ prototypes outside of the header
Previously they would have been public to any program that wanted to use them.
This commit is contained in:
parent
35773d12f7
commit
a89b8aee0a
2 changed files with 7 additions and 7 deletions
|
@ -24,13 +24,6 @@
|
|||
|
||||
#define CALLISTO_ENVIRON "environ"
|
||||
|
||||
int luaopen_cl(lua_State *);
|
||||
int luaopen_environ(lua_State *);
|
||||
int luaopen_extra(lua_State *);
|
||||
int luaopen_fs(lua_State *);
|
||||
int luaopen_json(lua_State *);
|
||||
int luaopen_process(lua_State *);
|
||||
|
||||
lua_State *callisto_newstate(void);
|
||||
void callisto_openall(lua_State *);
|
||||
void callisto_openlibs(lua_State *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue