File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iftop / ns_hash.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:57:34 2012 UTC (12 years, 3 months ago) by misho
Branches: iftop, MAIN
CVS tags: v1_0rc4, v0_17p0, v0_17, HEAD
iftop

    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_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>