diff options
Diffstat (limited to 'inet/ether_hton.c')
-rw-r--r-- | inet/ether_hton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inet/ether_hton.c b/inet/ether_hton.c index 43c16e2e62..70dc2fe071 100644 --- a/inet/ether_hton.c +++ b/inet/ether_hton.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1999, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -30,7 +30,7 @@ typedef int (*lookup_function) (const char *, struct etherent *, char *, int, /* The lookup function for the first entry of this service. */ extern int __nss_ethers_lookup (service_user **nip, const char *name, - void **fctp); + void **fctp) internal_function; int |