aboutsummaryrefslogtreecommitdiff
path: root/system/include/nl_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/nl_types.h')
-rw-r--r--system/include/nl_types.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/system/include/nl_types.h b/system/include/nl_types.h
deleted file mode 100644
index 818e9af8..00000000
--- a/system/include/nl_types.h
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#ifndef _NL_TYPES_H_
-#define _NL_TYPES_H_
-
-typedef struct _nl_catd {
- void *data;
- int size;
-} *nl_catd;
-typedef int nl_item;
-
-#define NL_SETD 100
-#define NL_CAT_LOCALE 200
-
-nl_catd catopen(const char *, int);
-int catclose(nl_catd);
-char *catgets(nl_catd, int, int, const char *);
-
-#endif
-