summaryrefslogtreecommitdiff
path: root/source3/include/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/charset.h')
-rw-r--r--source3/include/charset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/charset.h b/source3/include/charset.h
index b942594d04..07d5e2d599 100644
--- a/source3/include/charset.h
+++ b/source3/include/charset.h
@@ -19,6 +19,6 @@
*/
/* this defines the charset types used in samba */
-typedef enum {CH_UCS2=0, CH_UNIX=1, CH_DISPLAY=2, CH_DOS=3} charset_t;
+typedef enum {CH_UCS2=0, CH_UNIX=1, CH_DISPLAY=2, CH_DOS=3, CH_UTF8=4} charset_t;
-#define NUM_CHARSETS 4
+#define NUM_CHARSETS 5