From c78ec91f27ab92e373e34c1ce87f232504d2a4b8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 26 Sep 2000 17:23:30 +0000 Subject: Update. 2000-09-26 Ulrich Drepper * locale/langinfo.h (__nl_langinfo_l): Add prototype. --- locale/langinfo.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'locale/langinfo.h') diff --git a/locale/langinfo.h b/locale/langinfo.h index 494b14e413..c8ffa1db5e 100644 --- a/locale/langinfo.h +++ b/locale/langinfo.h @@ -559,6 +559,17 @@ enum extern char *nl_langinfo (nl_item __item) __THROW; +#ifdef __USE_GNU +/* This interface is for the extended locale model. See for + more information. */ + +/* Get locale datatype definition. */ +# include + +/* Just like nl_langinfo but get the information from the locale object L. */ +extern char *__nl_langinfo_l (nl_item __item, __locale_t l); +#endif + __END_DECLS #endif /* langinfo.h */ -- cgit v1.2.1