summaryrefslogtreecommitdiff
path: root/ns_hash.h
diff options
context:
space:
mode:
authorpdw <>2002-03-24 16:22:26 +0000
committerpdw <>2002-03-24 16:22:26 +0000
commit3004ea063cbb186a63af99a2e13d7cb09f23360d (patch)
treed617af0ad0619334f899d3405350edb9b1b2407b /ns_hash.h
downloadiftop-3004ea063cbb186a63af99a2e13d7cb09f23360d.zip
iftop
Diffstat (limited to 'ns_hash.h')
-rw-r--r--ns_hash.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/ns_hash.h b/ns_hash.h
new file mode 100644
index 0000000..be644cd
--- /dev/null
+++ b/ns_hash.h
@@ -0,0 +1,18 @@
+/*
+ * ns_hash.h:
+ *
+ * Copyright (c) 2002 DecisionSoft Ltd.
+ *
+ */
+
+#ifndef __NS_HASH_H_ /* include guard */
+#define __NS_HASH_H_
+
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+#include "hash.h"
+
+hash_type* ns_hash_create();
+
+#endif /* __NS_HASH_H_ */