From: Günther Deschner Date: Tue, 23 Sep 2008 00:41:44 +0000 (+0200) Subject: s3-charset: add smb_iconv_convenience. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=f093ddbc111ccdfe0995d40d24bed94a3d62deb6;p=tprouty%2Fsamba.git s3-charset: add smb_iconv_convenience. Guenther --- diff --git a/source3/include/charset.h b/source3/include/charset.h index 4d04b5a1a6..1c2a5fb5f0 100644 --- a/source3/include/charset.h +++ b/source3/include/charset.h @@ -18,6 +18,8 @@ along with this program. If not, see . */ +struct smb_iconv_convenience; + /* this defines the charset types used in samba */ typedef enum {CH_UTF16LE=0, CH_UTF16=0, CH_UNIX=1, CH_DISPLAY=2, CH_DOS=3, CH_UTF8=4, CH_UTF16BE=5} charset_t;