mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
12 lines
139 B
C
12 lines
139 B
C
#ifndef NMAP_LUA_NSOCK_H
|
|
#define NMAP_LUA_NSOCK_H
|
|
|
|
extern "C" {
|
|
#include "lua.h"
|
|
}
|
|
|
|
LUALIB_API int luaopen_nsock (lua_State *);
|
|
|
|
#endif
|
|
|