summaryrefslogtreecommitdiff
path: root/include/langinfo.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-09-26 15:09:33 +0000
committerAndreas Jaeger <aj@suse.de>2000-09-26 15:09:33 +0000
commit3e2ad31c49b47f085f13a93fd45e48e2a03554be (patch)
treea2094adac20531bdeaf5b952a594fcb798ab376d /include/langinfo.h
parent85adf316046f5c7f69cb859c1f4d3652b1a8841e (diff)
(__nl_langinfo_l): Add prototype.
Diffstat (limited to 'include/langinfo.h')
-rw-r--r--include/langinfo.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/langinfo.h b/include/langinfo.h
index 2a81c6ddaf..8f2cb8140c 100644
--- a/include/langinfo.h
+++ b/include/langinfo.h
@@ -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