diff options
author | Michael Adam <obnox@samba.org> | 2011-06-21 10:23:17 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-06-23 11:22:04 +0200 |
commit | 8683490748a6ed2eaed11655c96e2838c4aa597b (patch) | |
tree | a25cd3d9d4266b2b4f519f6a5609867ba65aef5f /source3/include | |
parent | 4f7f1430268f0ab5447fe189da6435bdd8e0614e (diff) | |
download | samba-8683490748a6ed2eaed11655c96e2838c4aa597b.tar.gz samba-8683490748a6ed2eaed11655c96e2838c4aa597b.tar.bz2 samba-8683490748a6ed2eaed11655c96e2838c4aa597b.zip |
s3: remove prototype of convert_string from proto.h
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
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, |