]> gitweb.fperrin.net Git - iftop.git/blob - ns_hash.h
Import iftop-1.0pre4
[iftop.git] / ns_hash.h
1 /*
2  * ns_hash.h:
3  *
4  * Copyright (c) 2002 DecisionSoft Ltd.
5  *
6  */
7
8 #ifndef __NS_HASH_H_ /* include guard */
9 #define __NS_HASH_H_
10
11 #include <sys/types.h>
12 #include <sys/socket.h>
13 #include <netinet/in.h>
14 #include <arpa/inet.h>
15 #include "hash.h"
16
17 hash_type* ns_hash_create(void);
18
19 #endif /* __NS_HASH_H_ */