mirror of
https://github.com/nmap/nmap.git
synced 2026-06-19 15:08:40 +00:00
8 lines
198 B
C
8 lines
198 B
C
#ifndef NMAP_LUA_DNET_H
|
|
#define NMAP_LUA_DNET_H
|
|
|
|
LUALIB_API int l_dnet_new (lua_State *);
|
|
LUALIB_API int l_dnet_get_interface_info (lua_State *);
|
|
LUALIB_API int luaopen_dnet (lua_State *L);
|
|
|
|
#endif
|