Permalink
Cannot retrieve contributors at this time
9 lines (5 sloc)
126 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef NMAP_LUA_NSOCK_H | |
#define NMAP_LUA_NSOCK_H | |
#include "nse_lua.h" | |
LUALIB_API int luaopen_nsock (lua_State *); | |
#endif | |