add "CODESET" symbol. (but not working yet)

This commit is contained in:
tshiozak 2001-03-22 19:44:27 +00:00
parent 51243a1c74
commit 612f7109a2
1 changed files with 3 additions and 1 deletions

View File

@ -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