1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-11 17:58:16 +03:00

Doxygen merge from head

This commit is contained in:
Martin Pool -
parent 3ff4845bc4
commit 38fa289896

View File

@ -69,11 +69,12 @@ static size_t sys_iconv(void *cd,
#endif
}
/*
this is a simple portable iconv() implementaion. It only knows about
a very small number of character sets - just enough that Samba works
on systems that don't have iconv
*/
/**
* This is a simple portable iconv() implementaion.
*
* It only knows about a very small number of character sets - just
* enough that Samba works on systems that don't have iconv.
**/
size_t smb_iconv(smb_iconv_t cd,
const char **inbuf, size_t *inbytesleft,
char **outbuf, size_t *outbytesleft)