summaryrefslogtreecommitdiff
path: root/login/utmp-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'login/utmp-private.h')
-rw-r--r--login/utmp-private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/login/utmp-private.h b/login/utmp-private.h
index a74fae0efa..14b52b08c8 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, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 2000, 2002 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.
@@ -37,13 +37,13 @@ struct utfuncs
};
/* The tables from the services. */
-extern struct utfuncs __libc_utmp_file_functions;
-extern struct utfuncs __libc_utmp_unknown_functions;
+extern struct utfuncs __libc_utmp_file_functions attribute_hidden;
+extern struct utfuncs __libc_utmp_unknown_functions attribute_hidden;
/* Currently selected backend. */
-extern struct utfuncs *__libc_utmp_jump_table;
+extern struct utfuncs *__libc_utmp_jump_table attribute_hidden;
/* Current file name. */
-extern const char *__libc_utmp_file_name;
+extern const char *__libc_utmp_file_name attribute_hidden;
#endif /* utmp-private.h */