summaryrefslogtreecommitdiff
path: root/snmplib/inet_ntop.h
blob: a73ba7817f608050d6e7939c3ec7d6b16689e614 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _INET_NTOP_H
#define _INET_NTOP_H

#include <net-snmp/net-snmp-config.h>

#ifndef HAVE_INET_NTOP
const char     *inet_ntop(int af, const void *src, char *dst, size_t size);
#endif /*HAVE_INET_NTOP */

#endif /*_INET_NTOP_H*/