diff options
| author | tshiozak <tshiozak@NetBSD.org> | 2001-03-22 19:44:27 +0000 |
|---|---|---|
| committer | tshiozak <tshiozak@NetBSD.org> | 2001-03-22 19:44:27 +0000 |
| commit | 612f7109a2e082ad06a2e9dff4a6ab8fa0dea6f7 (patch) | |
| tree | 3201b941fb161cb9b01385c76998b01d9cef5853 /include | |
| parent | 51243a1c743fc987ea9b737bea411512644db3e1 (diff) | |
add "CODESET" symbol. (but not working yet)
Diffstat (limited to 'include')
| -rw-r--r-- | include/langinfo.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/langinfo.h b/include/langinfo.h index 2cdf79cf6db..46b269efc2d 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -1,4 +1,4 @@ -/* $NetBSD: langinfo.h,v 1.4 1999/09/05 09:17:14 kleink Exp $ */ +/* $NetBSD: langinfo.h,v 1.5 2001/03/22 19:44:27 tshiozak Exp $ */ /* * Written by J.T. Conklin <jtc@netbsd.org> @@ -68,6 +68,8 @@ #define NOEXPR 49 /* Negative response for yes/no queries */ #define CRNCYSTR 50 /* Currency symbol */ +#define CODESET 51 /* codeset name */ + __BEGIN_DECLS char *nl_langinfo __P((nl_item)); __END_DECLS |
