mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +03:00
Remove obsolete comment.
This commit is contained in:
parent
735c99dadb
commit
e22465749d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user