blob: c33f6958be4ffbb57d2cc8c8d0daee3700354058 [file] [log] [blame]
#ifndef _INET_PTON_H
#define _INET_PTON_H
#include <net-snmp/net-snmp-config.h>
#ifndef HAVE_INET_PTON
int inet_pton(int af, const char *src, void *dst);
#endif /*HAVE_INET_PTON */
#endif /*_INET_PTON_H*/