mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 21:09:00 +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
|