00001 #ifndef _INET_NTOP_H 00002 #define _INET_NTOP_H 00003 00004 #include <net-snmp/net-snmp-config.h> 00005 00006 #ifndef HAVE_INET_NTOP 00007 const char *inet_ntop(int af, const void *src, char *dst, size_t size); 00008 #endif /*HAVE_INET_NTOP */ 00009 00010 #endif /*_INET_NTOP_H*/