mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
NSE committed
This commit is contained in:
16
nse_debug.h
Normal file
16
nse_debug.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef NSE_DEBUG
|
||||
#define NSE_DEBUG
|
||||
|
||||
extern "C" {
|
||||
#include "lua.h"
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
}
|
||||
|
||||
void l_dumpStack(lua_State* l);
|
||||
void l_dumpValue(lua_State* l, int index);
|
||||
void l_dumpTable(lua_State *l, int index);
|
||||
void l_dumpFunction(lua_State* l, int index);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user