summaryrefslogtreecommitdiffstats
path: root/nse_dnet.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nse_dnet.h7
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
+