mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 06:29:03 +00:00
Apply my refactoring changes from r31989.
This commit is contained in:
@@ -136,7 +136,12 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
void lua_setup(void);
|
||||
void lua_run(void);
|
||||
extern lua_State *luaexec_L;
|
||||
|
||||
extern int error_handler_idx;
|
||||
|
||||
void lua_report(lua_State *L, char *prefix, int panic);
|
||||
void dump_stack(lua_State *L, char* title);
|
||||
void lua_setup(char *cmdexec);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user