summaryrefslogtreecommitdiff
path: root/lib/util/charset/charset.h
diff options
context:
space:
mode:
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,