diff options
Diffstat (limited to 'login/utmp-private.h')
-rw-r--r-- | login/utmp-private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/login/utmp-private.h b/login/utmp-private.h index 531d058469..76c7c4154d 100644 --- a/login/utmp-private.h +++ b/login/utmp-private.h @@ -1,5 +1,5 @@ /* Internal definitions and declarations for UTMP functions. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com> and Paul Janzen <pcj@primenet.com>, 1996. @@ -38,7 +38,6 @@ struct utfuncs /* The tables from the services. */ extern struct utfuncs __libc_utmp_file_functions; -extern struct utfuncs __libc_utmp_daemon_functions; extern struct utfuncs __libc_utmp_unknown_functions; /* Currently selected backend. */ |