Ben Lindstrom | 113339e | 2001-08-09 00:56:52 +0000 | [diff] [blame] | 1 | /* $Id: inet_ntop.h,v 1.4 2001/08/09 00:56:53 mouring Exp $ */ |
Tim Rice | e991e3c | 2001-08-07 15:29:07 -0700 | [diff] [blame] | 2 | |
Ben Lindstrom | 113339e | 2001-08-09 00:56:52 +0000 | [diff] [blame] | 3 | #ifndef _BSD_INET_NTOP_H |
| 4 | #define _BSD_INET_NTOP_H |
Tim Rice | e991e3c | 2001-08-07 15:29:07 -0700 | [diff] [blame] | 5 | |
| 6 | #include "config.h" |
| 7 | |
| 8 | #ifndef HAVE_INET_NTOP |
| 9 | const char * |
| 10 | inet_ntop(int af, const void *src, char *dst, size_t size); |
| 11 | #endif /* !HAVE_INET_NTOP */ |
| 12 | |
Ben Lindstrom | 113339e | 2001-08-09 00:56:52 +0000 | [diff] [blame] | 13 | #endif /* _BSD_INET_NTOP_H */ |