Sign in
gfiber
/
vendor
/
opensource
/
netsnmp
/
396e122ddc42a916f06a02884c0e8a258edbe238
/
.
/
snmplib
/
inet_pton.h
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*/