From 8683490748a6ed2eaed11655c96e2838c4aa597b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 21 Jun 2011 10:23:17 +0200 Subject: s3: remove prototype of convert_string from proto.h --- source3/include/proto.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index aa99d1c543..570b1a1211 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -73,10 +73,6 @@ int bitmap_find(struct bitmap *bm, unsigned ofs); /* The following definitions come from lib/charcnv.c */ void gfree_charcnv(void); -bool convert_string(charset_t from, charset_t to, - void const *src, size_t srclen, - void *dest, size_t destlen, - size_t *converted_size); bool convert_string_error(charset_t from, charset_t to, void const *src, size_t srclen, void *dest, size_t destlen, -- cgit