diff options
Diffstat (limited to 'catgets')
-rw-r--r-- | catgets/catgetsinfo.h | 3 | ||||
-rw-r--r-- | catgets/open_catalog.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/catgets/catgetsinfo.h b/catgets/catgetsinfo.h index d4aa003b34..4fdf47aace 100644 --- a/catgets/catgetsinfo.h +++ b/catgets/catgetsinfo.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>. @@ -54,3 +54,4 @@ typedef struct catalog_info /* Prototypes for helper functions. */ extern int __open_catalog (const char *cat_name, const char *nlspath, const char *env_var, __nl_catd __catalog); +libc_hidden_proto (__open_catalog) diff --git a/catgets/open_catalog.c b/catgets/open_catalog.c index 66f1bf2850..8100338489 100644 --- a/catgets/open_catalog.c +++ b/catgets/open_catalog.c @@ -332,3 +332,4 @@ __open_catalog (const char *cat_name, const char *nlspath, const char *env_var, return result; } +libc_hidden_def (__open_catalog) |