iftop
This commit is contained in:
18
ns_hash.h
Normal file
18
ns_hash.h
Normal file
@@ -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_ */
|
||||
Reference in New Issue
Block a user