diff options
Diffstat (limited to 'catgets')
-rw-r--r-- | catgets/nl_types.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/catgets/nl_types.h b/catgets/nl_types.h index bf07fcd1e4..960edb5365 100644 --- a/catgets/nl_types.h +++ b/catgets/nl_types.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -33,6 +33,9 @@ __BEGIN_DECLS /* Message catalog descriptor type. */ typedef void *nl_catd; +/* Type used by `nl_langinfo'. */ +typedef int nl_item; + /* Open message catalog for later use, returning descriptor. */ extern nl_catd catopen __P ((__const char *__cat_name, int __flag)); |