mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 18:48:19 +00:00
8 lines
126 B
C
8 lines
126 B
C
#ifndef NMAP_LUA_NSOCK_H
|
|
#define NMAP_LUA_NSOCK_H
|
|
|
|
#include "nse_main.h"
|
|
|
|
LUALIB_API int luaopen_nsock (lua_State *);
|
|
|
|
#endif
|