Remove obsolete comment.
authorMartin Pool <mbp@samba.org>
Tue, 18 Feb 2003 02:01:38 +0000 (02:01 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 18 Feb 2003 02:01:38 +0000 (02:01 +0000)
(This used to be commit e22465749dc7c2acd2441a897df592616fc275da)

source3/lib/charcnv.c

index 084b0e0c90c16a192674ed0b49ae9ecd9dcf3fa3..bffa2a378ccccdf5a5b4297832ff42f90a5790f1 100644 (file)
@@ -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)