s3: remove prototype of convert_string from proto.h
authorMichael Adam <obnox@samba.org>
Tue, 21 Jun 2011 08:23:17 +0000 (10:23 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 23 Jun 2011 09:22:04 +0000 (11:22 +0200)
source3/include/proto.h

index aa99d1c543e0075de407d2111ae125cfdd0ac11f..570b1a12118450e465aa227eb49bbc353d2352d4 100644 (file)
@@ -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,