Files
iftop/ns_hash.h
pdw 8010c98d26 0.9pre4.
Merged in FreeBSD fixes.
2002-10-21 13:08:23 +00:00

20 lines
300 B
C

/*
* ns_hash.h:
*
* Copyright (c) 2002 DecisionSoft Ltd.
*
*/
#ifndef __NS_HASH_H_ /* include guard */
#define __NS_HASH_H_
#include <sys/types.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_ */