diff options
author | Michael Adam <obnox@samba.org> | 2011-06-21 10:23:51 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-06-23 12:34:30 +0200 |
commit | 472759a1e407d564d0125ec8f47eee38d62d6e1f (patch) | |
tree | e10fa5408084c452501c887e0bf367348ca5ae8b /source3 | |
parent | 8683490748a6ed2eaed11655c96e2838c4aa597b (diff) | |
download | samba-472759a1e407d564d0125ec8f47eee38d62d6e1f.tar.gz samba-472759a1e407d564d0125ec8f47eee38d62d6e1f.tar.bz2 samba-472759a1e407d564d0125ec8f47eee38d62d6e1f.zip |
s3: remove prototype of convert_string_error from proto.h
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Thu Jun 23 12:34:31 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3')
-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 570b1a1211..ef8be4f987 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_error(charset_t from, charset_t to, - void const *src, size_t srclen, - void *dest, size_t destlen, - size_t *converted_size); size_t ucs2_align(const void *base_ptr, const void *p, int flags); size_t push_ascii(void *dest, const char *src, size_t dest_len, int flags); size_t push_ascii_fstring(void *dest, const char *src); |