summaryrefslogtreecommitdiff
path: root/source4/lib/charset/charset.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-13 22:46:33 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:50:04 +0100
commit2bf0cdd01cf399bf28125f9e2a0d419f4e94996c (patch)
tree3ec09d2f58be46c1f2a5a4a73a46100879e84aa4 /source4/lib/charset/charset.h
parent83f9ee5860e581fda07932e0fda1326fa3bd4d4c (diff)
downloadsamba-2bf0cdd01cf399bf28125f9e2a0d419f4e94996c.tar.gz
samba-2bf0cdd01cf399bf28125f9e2a0d419f4e94996c.tar.bz2
samba-2bf0cdd01cf399bf28125f9e2a0d419f4e94996c.zip
r26434: Remove display charset from iconv convenience context.
(This used to be commit a76625994abf9906d54ae11f9c171f89063cf508)
Diffstat (limited to 'source4/lib/charset/charset.h')
-rw-r--r--source4/lib/charset/charset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/charset/charset.h b/source4/lib/charset/charset.h
index b1bb18a7c8..1d42a0ad91 100644
--- a/source4/lib/charset/charset.h
+++ b/source4/lib/charset/charset.h
@@ -24,9 +24,9 @@
#include <talloc.h>
/* this defines the charset types used in samba */
-typedef enum {CH_UTF16=0, CH_UNIX=1, CH_DISPLAY=2, CH_DOS=3, CH_UTF8=4, CH_UTF16BE=5} charset_t;
+typedef enum {CH_UTF16=0, CH_UNIX, CH_DOS, CH_UTF8, CH_UTF16BE} charset_t;
-#define NUM_CHARSETS 6
+#define NUM_CHARSETS 5
/*
* for each charset we have a function that pulls from that charset to