Fixed prototype of `inet_aton'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@652 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-17 14:27:12 +00:00
parent e2b11ac4fd
commit 94bf6d4c4f
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ void herror(char *s);
#ifndef HAVE_INET_ATON
/* Minimal implementation of inet_aton. Doesn't handle hex numbers. */
#ifndef __GNUC__
int inet_aton(char *cp, struct in_addr *adr);
int inet_aton(const char *cp, struct in_addr *adr);
#endif
#endif

View File

@@ -52,7 +52,7 @@ void herror(char *s);
#ifndef HAVE_INET_ATON
/* Minimal implementation of inet_aton. Doesn't handle hex numbers. */
#ifndef __GNUC__
int inet_aton(char *cp, struct in_addr *adr);
int inet_aton(const char *cp, struct in_addr *adr);
#endif
#endif