Annotation of embedaddon/iftop/resolver.h, revision 1.1

1.1     ! misho       1: /*
        !             2:  * resolver.h:
        !             3:  *
        !             4:  */
        !             5: 
        !             6: #ifndef __RESOLVER_H_ /* include guard */
        !             7: #define __RESOLVER_H_
        !             8: 
        !             9: #include <sys/types.h>
        !            10: #include <sys/socket.h>
        !            11: #include <netinet/in_systm.h>
        !            12: #include <netinet/in.h>
        !            13: 
        !            14: 
        !            15: void resolver_initialise(void);
        !            16: 
        !            17: void resolve(struct in_addr* addr, char* result, int buflen);
        !            18: 
        !            19: #endif /* __RESOLVER_H_ */

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