(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:
@@ -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
|
||||
|
Reference in New Issue
Block a user