nmap/nse_nsock.h
dmiller a0f55317f3 Fix inclusion of Lua headers. See #1355
We will need to do something similar for Ncat.
2018-10-16 05:18:31 +00:00

9 lines
126 B
C

#ifndef NMAP_LUA_NSOCK_H
#define NMAP_LUA_NSOCK_H
#include "nse_lua.h"
LUALIB_API int luaopen_nsock (lua_State *);
#endif