summaryrefslogtreecommitdiffstats
path: root/include/nl_types.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-04-30 10:09:58 +0000
committerache <ache@FreeBSD.org>1998-04-30 10:09:58 +0000
commitf127b15e724e59b1bbb9d46074c18f050963d901 (patch)
treee0230592e17eb5f682a1e03e126cabb869c93bf0 /include/nl_types.h
parentb1f25ca922251ad55771e4444ff78ed05ebcc603 (diff)
downloadFreeBSD-src-f127b15e724e59b1bbb9d46074c18f050963d901.zip
FreeBSD-src-f127b15e724e59b1bbb9d46074c18f050963d901.tar.gz
Prototypes/typedefs cleanup
Add NL_CAT_LOCALE (will be implemented soon)
Diffstat (limited to 'include/nl_types.h')
-rw-r--r--include/nl_types.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/nl_types.h b/include/nl_types.h
index ef0d99e..a90bd17 100644
--- a/include/nl_types.h
+++ b/include/nl_types.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: nl_types.h,v 1.4 1997/02/23 09:17:14 peter Exp $ */
/***********************************************************
Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts.
@@ -36,13 +36,14 @@ up-to-date. Many thanks.
#define _NL_TYPES_H_
#include <sys/cdefs.h>
-#define NL_SETD 0
+#define NL_SETD 0
+#define NL_CAT_LOCALE 1
-typedef long nl_catd;
-typedef long nl_item;
+typedef int nl_item;
+typedef void *nl_catd;
extern nl_catd catopen __P((__const char *, int));
-extern char *catgets __P((nl_catd, int, int, char *));
+extern char *catgets __P((nl_catd, int, int, __const char *));
extern int catclose __P((nl_catd));
#endif /* _NL_TYPES_H_ */
OpenPOWER on IntegriCloud