summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/openbsd-compat/inet_ntop.h
blob: c774df95cc9d4477963fb7ebda28f2c31d020f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $Id: inet_ntop.h,v 1.4 2001/08/09 00:56:53 mouring Exp $ */

#ifndef _BSD_INET_NTOP_H
#define _BSD_INET_NTOP_H

#include "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 /* _BSD_INET_NTOP_H */
OpenPOWER on IntegriCloud