nmap/nse_dnet.h

6 lines
101 B
C

#ifndef NMAP_LUA_DNET_H
#define NMAP_LUA_DNET_H
LUALIB_API int luaopen_dnet (lua_State *L);
#endif