(__nl_langinfo_l): Add prototype.
authorAndreas Jaeger <aj@suse.de>
Tue, 26 Sep 2000 15:09:33 +0000 (15:09 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 26 Sep 2000 15:09:33 +0000 (15:09 +0000)
include/langinfo.h

index 2a81c6d..8f2cb81 100644 (file)
@@ -1 +1,7 @@
-#include <locale/langinfo.h>
+#ifndef _LANGINFO_H
+# include <locale/langinfo.h>
+
+/* Internal prototypes.  */
+extern char *__nl_langinfo_l (nl_item __item, __locale_t l);
+
+#endif