The Wayback Machine - https://web.archive.org/web/20211226195850/https://github.com/nmap/nmap/blob/master/nse_nsock.h
Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
#ifndef NMAP_LUA_NSOCK_H
#define NMAP_LUA_NSOCK_H
#include "nse_lua.h"
LUALIB_API int luaopen_nsock (lua_State *);
#endif