mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
7 lines
101 B
C
7 lines
101 B
C
#ifndef NMAP_LUA_DNET_H
|
|
#define NMAP_LUA_DNET_H
|
|
|
|
LUALIB_API int luaopen_dnet (lua_State *L);
|
|
|
|
#endif
|