diff options
author | Martin Pool <mbp@samba.org> | 2003-02-27 05:57:21 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-02-27 05:57:21 +0000 |
commit | ff5d95f0efa6370d4aa747e28ba8e5cac489dc44 (patch) | |
tree | 16a6ac9e1c6b049a82f3a19881d5f49efedad627 /source3/lib/iconv.c | |
parent | 03ae31248ee28b60600887611783efc78b1d3d59 (diff) | |
download | samba-ff5d95f0efa6370d4aa747e28ba8e5cac489dc44.tar.gz samba-ff5d95f0efa6370d4aa747e28ba8e5cac489dc44.tar.xz samba-ff5d95f0efa6370d4aa747e28ba8e5cac489dc44.zip |
Doxygen merge from head
(This used to be commit 38fa2898967f607a17fd7fbd324f2940a05fb551)
Diffstat (limited to 'source3/lib/iconv.c')
-rw-r--r-- | source3/lib/iconv.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/source3/lib/iconv.c b/source3/lib/iconv.c index 43350d93492..e4845e47349 100644 --- a/source3/lib/iconv.c +++ b/source3/lib/iconv.c @@ -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) |