From: Andreas Jaeger Date: Tue, 26 Sep 2000 15:09:33 +0000 (+0000) Subject: (__nl_langinfo_l): Add prototype. X-Git-Tag: cvs/libc-2_1_95~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e2ad31c49b47f085f13a93fd45e48e2a03554be;p=thirdparty%2Fglibc.git (__nl_langinfo_l): Add prototype. --- diff --git a/include/langinfo.h b/include/langinfo.h index 2a81c6ddafa..8f2cb8140c0 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -1 +1,7 @@ -#include +#ifndef _LANGINFO_H +# include + +/* Internal prototypes. */ +extern char *__nl_langinfo_l (nl_item __item, __locale_t l); + +#endif