diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-30 13:40:33 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-31 00:32:07 +0200 |
commit | 8d639feed9493a099c57d494254f1ea262b28277 (patch) | |
tree | 8ab50e457b0cf60f65714fd7cd2573775e30658f /source3/include | |
parent | 381423b1bdba4c7d1931b162d872134c42e432cf (diff) | |
download | samba-8d639feed9493a099c57d494254f1ea262b28277.tar.gz samba-8d639feed9493a099c57d494254f1ea262b28277.tar.bz2 samba-8d639feed9493a099c57d494254f1ea262b28277.zip |
s3-param Move init_iconv() to loadparm.c
This assists with some dependency loops
Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ba9497e6ca..c17377cd2f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -73,7 +73,6 @@ int bitmap_find(struct bitmap *bm, unsigned ofs); /* The following definitions come from lib/charcnv.c */ void gfree_charcnv(void); -void init_iconv(void); bool convert_string(charset_t from, charset_t to, void const *src, size_t srclen, void *dest, size_t destlen, |