1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 12:19:02 +00:00

Revert r32301..r32306.

Committed accidentally.
This commit is contained in:
david
2013-09-12 08:20:13 +00:00
parent 08e38545a3
commit 28599f1567
15 changed files with 59 additions and 939 deletions

View File

@@ -136,13 +136,7 @@ extern "C" {
}
#endif
extern lua_State *luaexec_L;
extern lua_State *filters_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, int script);
void lua_setup(void);
void lua_run(void);
#endif