lib/util/charset create _handle functions for convert_string() et al
authorAndrew Bartlett <abartlet@samba.org>
Tue, 12 Apr 2011 04:36:17 +0000 (14:36 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 Apr 2011 02:31:07 +0000 (04:31 +0200)
commit79e6fea77443099a6ebe4a2e3bbf606cd444341d
treea778eee93a592250de2360a2de000f8f5904d378
parentf28f5db15a4bcf4c838ee6e4c6ef82c6b9dbd938
lib/util/charset create _handle functions for convert_string() et al

This is now API compatible with the existing code in lib/util/charset

lazy_initialize_conv() is no longer called as init_iconv() is called
when the smb.conf is processed, and get_conv_handle() will auto-init
with defaults if required.

load_case_tables_library() is no longer requried as all binaries and
libraries already load these in their entry points, as otherwise all
the other string functions would fail.

Andrew Bartlett
lib/util/charset/convert_string.c
source3/include/proto.h
source3/lib/charcnv.c