diff options
author | Martin Pool <mbp@samba.org> | 2003-02-18 02:01:38 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-02-18 02:01:38 +0000 |
commit | 097bf66f710ae3145d6b674d2ebb0c323987d6d4 (patch) | |
tree | 2b459afdada474711aa31401888c7a753dce9caf /source3 | |
parent | 7741d66b185da4b8e55a256f6d7da518de2cd592 (diff) | |
download | samba-097bf66f710ae3145d6b674d2ebb0c323987d6d4.tar.gz samba-097bf66f710ae3145d6b674d2ebb0c323987d6d4.tar.bz2 samba-097bf66f710ae3145d6b674d2ebb0c323987d6d4.zip |
Remove obsolete comment.
(This used to be commit e22465749dc7c2acd2441a897df592616fc275da)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/charcnv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c index 084b0e0c90..bffa2a378c 100644 --- a/source3/lib/charcnv.c +++ b/source3/lib/charcnv.c @@ -112,14 +112,12 @@ void init_iconv(void) /** * Convert string from one encoding to another, making error checking etc * - * @param descriptor conversion descriptor, created in init_iconv() * @param src pointer to source string (multibyte or singlebyte) * @param srclen length of the source string in bytes * @param dest pointer to destination string (multibyte or singlebyte) * @param destlen maximal length allowed for string * @returns the number of bytes occupied in the destination **/ - size_t convert_string(charset_t from, charset_t to, void const *src, size_t srclen, void *dest, size_t destlen) |