summaryrefslogtreecommitdiff
path: root/include/locale.h
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-10-09 09:19:28 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-10-09 09:19:28 +0000
commitf4da1a754daf3d4c20b8747729c0685cd2488bd6 (patch)
treee00be7aa17b3302ae9bae53d68968425f800ee09 /include/locale.h
parent16c1138c89ef7a738037fb976dd6b54797e5f88f (diff)
downloadsrc-test2-f4da1a754daf3d4c20b8747729c0685cd2488bd6.tar.gz
src-test2-f4da1a754daf3d4c20b8747729c0685cd2488bd6.zip
Notes
Diffstat (limited to 'include/locale.h')
-rw-r--r--include/locale.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/locale.h b/include/locale.h
index 8b6ad4d65c74..2477db4a3af4 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -56,6 +56,12 @@ struct lconv {
char n_sep_by_space;
char p_sign_posn;
char n_sign_posn;
+ char int_p_cs_precedes;
+ char int_n_cs_precedes;
+ char int_p_sep_by_space;
+ char int_n_sep_by_space;
+ char int_p_sign_posn;
+ char int_n_sign_posn;
};
#ifndef NULL