mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
Doxygen janitor
This commit is contained in:
parent
e37b69f334
commit
67bf36c69d
@ -90,11 +90,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)
|
||||
|
Loading…
Reference in New Issue
Block a user