ns_hash.h 304 B

12345678910111213141516171819
  1. /*
  2. * ns_hash.h:
  3. *
  4. * Copyright (c) 2002 DecisionSoft Ltd.
  5. *
  6. */
  7. #ifndef __NS_HASH_H_ /* include guard */
  8. #define __NS_HASH_H_
  9. #include <sys/types.h>
  10. #include <sys/socket.h>
  11. #include <netinet/in.h>
  12. #include <arpa/inet.h>
  13. #include "hash.h"
  14. hash_type* ns_hash_create(void);
  15. #endif /* __NS_HASH_H_ */