s3-charset: add smb_iconv_convenience.
authorGünther Deschner <gd@samba.org>
Tue, 23 Sep 2008 00:41:44 +0000 (02:41 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 23 Sep 2008 07:37:23 +0000 (09:37 +0200)
Guenther

source3/include/charset.h

index 4d04b5a1a678ad0d40222ea2b796e89aa0b441de..1c2a5fb5f093d345d40bdb748e8abf2980c63846 100644 (file)
@@ -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;