1
0
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:
david
2013-09-12 08:12:03 +00:00
parent ccd0c02a4c
commit 42ce2bc9cc
8 changed files with 320 additions and 34 deletions

View File

@@ -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