mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-22 01:50:16 +00:00
0998872972
lack it.
14 lines
309 B
C
14 lines
309 B
C
/* $Id: inet_ntop.h,v 1.1 2001/04/12 21:35:53 mouring Exp $ */
|
|
|
|
#ifndef _BSD_RRESVPORT_H
|
|
#define _BSD_RRESVPORT_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_RRESVPORT_H */
|