about summary refs log tree commit diff
path: root/conform/data/nl_types.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/nl_types.h-data')
-rw-r--r--conform/data/nl_types.h-data13
1 files changed, 13 insertions, 0 deletions
diff --git a/conform/data/nl_types.h-data b/conform/data/nl_types.h-data
new file mode 100644
index 0000000000..91eacafa96
--- /dev/null
+++ b/conform/data/nl_types.h-data
@@ -0,0 +1,13 @@
+#if !defined ISO && !defined POSIX
+type nl_catd
+type nl_item
+
+constant NL_SETD
+constant NL_CAT_LOCALE
+
+function int catclose (nl_catd)
+function {char*} catgets (nl_catd, int, int, char char*)
+function nl_catd catopen (const char*, int)
+
+allow *_t
+#endif