diff options
Diffstat (limited to 'nse_dnet.h')
-rw-r--r-- | nse_dnet.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nse_dnet.h b/nse_dnet.h new file mode 100644 index 0000000..63a3577 --- /dev/null +++ b/nse_dnet.h @@ -0,0 +1,7 @@ +#ifndef NMAP_LUA_DNET_H +#define NMAP_LUA_DNET_H + +LUALIB_API int luaopen_dnet (lua_State *L); + +#endif + |