diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-11-16 16:48:16 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-11-16 16:48:16 +0000 |
commit | 04854a14145c2dd091ff3572668e4741d3e206f4 (patch) | |
tree | 3fcf73b6c1200bb6b2fc17b015a32d513d36e25a /include | |
parent | 90a6dd053bc78263832427a00d5964e55aaae91e (diff) |
CODESET support. okay millert@, otto@
(not really useful for now, it mostly helps some programs which want
to use it, it will become useful when we have full 16 bits locale).
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 b3aafd04500..22edfa8c3bc 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -1,4 +1,4 @@ -/* $OpenBSD: langinfo.h,v 1.4 2002/02/16 21:27:17 millert Exp $ */ +/* $OpenBSD: langinfo.h,v 1.5 2005/11/16 16:48:14 espie Exp $ */ /* $NetBSD: langinfo.h,v 1.3 1995/04/28 23:30:54 jtc Exp $ */ /* @@ -69,6 +69,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(nl_item); __END_DECLS |