summaryrefslogtreecommitdiff
path: root/lib/util/charset/charset.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-09 10:49:49 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-10 16:45:11 +1100
commit983d205486d4f2c518fbe02ef92b8884f5c9f2dc (patch)
tree2bfd879023529795d4e1e312a1943116aeb1bf93 /lib/util/charset/charset.h
parent88298f97aea570c4a6c976c8fc1a6c2f61a0f2fb (diff)
downloadsamba-983d205486d4f2c518fbe02ef92b8884f5c9f2dc.tar.gz
samba-983d205486d4f2c518fbe02ef92b8884f5c9f2dc.tar.bz2
samba-983d205486d4f2c518fbe02ef92b8884f5c9f2dc.zip
charset: Remove unused iconv_talloc()
Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett
Diffstat (limited to 'lib/util/charset/charset.h')
-rw-r--r--lib/util/charset/charset.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/util/charset/charset.h b/lib/util/charset/charset.h
index d731ad1821..a2c4a82a73 100644
--- a/lib/util/charset/charset.h
+++ b/lib/util/charset/charset.h
@@ -161,11 +161,6 @@ bool convert_string_error(charset_t from, charset_t to,
void *dest, size_t destlen,
size_t *converted_size);
-ssize_t iconv_talloc(TALLOC_CTX *mem_ctx,
- smb_iconv_t cd,
- void const *src, size_t srclen,
- void *dest);
-
extern struct smb_iconv_handle *global_iconv_handle;
struct smb_iconv_handle *get_iconv_handle(void);
struct smb_iconv_handle *get_iconv_testing_handle(TALLOC_CTX *mem_ctx,