1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Add the nmap.get_interface and nmap.get_interface_info functions by

Djalal Harouni.
This commit is contained in:
david
2011-04-05 06:11:58 +00:00
parent d0ea18119c
commit c36cf833e6
5 changed files with 133 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
LUALIB_API int l_dnet_new (lua_State *);
LUALIB_API int l_dnet_get_interface_link (lua_State *);
LUALIB_API int l_dnet_get_interface_info (lua_State *);
LUALIB_API int luaopen_dnet (lua_State *L);
#endif