diff options
Diffstat (limited to 'nse_nsock.h')
-rw-r--r-- | nse_nsock.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nse_nsock.h b/nse_nsock.h new file mode 100644 index 0000000..713d6b8 --- /dev/null +++ b/nse_nsock.h @@ -0,0 +1,9 @@ +#ifndef NMAP_LUA_NSOCK_H +#define NMAP_LUA_NSOCK_H + +#include "nse_lua.h" + +LUALIB_API int luaopen_nsock (lua_State *); + +#endif + |