Return to ns_hash.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / iftop |
1.1 misho 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_ */