(inet_ntop): add prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6579 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-26 10:13:48 +00:00
parent 37822a1a18
commit 74c4ca2825

View File

@@ -245,6 +245,11 @@ extern int h_errno;
int inet_aton(const char *cp, struct in_addr *adr);
#endif
#ifndef HAVE_INET_NTOP
const char *
inet_ntop(int af, const void *src, char *dst, size_t size);
#endif
#if !defined(HAVE_GETCWD)
char* getcwd(char *path, size_t size);
#endif