diff options
author | Günther Deschner <gd@samba.org> | 2008-09-23 02:41:44 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-23 09:37:23 +0200 |
commit | f093ddbc111ccdfe0995d40d24bed94a3d62deb6 (patch) | |
tree | a79714672a52c35f9e46908ead18e7df36b876e0 /source3/include/charset.h | |
parent | 9216153827f0000cc82cb51adcba722181c94999 (diff) | |
download | samba-f093ddbc111ccdfe0995d40d24bed94a3d62deb6.tar.gz samba-f093ddbc111ccdfe0995d40d24bed94a3d62deb6.tar.xz samba-f093ddbc111ccdfe0995d40d24bed94a3d62deb6.zip |
s3-charset: add smb_iconv_convenience.
Guenther
Diffstat (limited to 'source3/include/charset.h')
-rw-r--r-- | source3/include/charset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/charset.h b/source3/include/charset.h index 4d04b5a1a67..1c2a5fb5f09 100644 --- a/source3/include/charset.h +++ b/source3/include/charset.h @@ -18,6 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +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; |