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