summaryrefslogtreecommitdiffstats
path: root/src/rcciconv.h
blob: fd72486e419d170be786aff02b8b21f63a808d56 (plain)
1
2
3
4
5
6
#ifndef _RCC_ICONV_H
#define _RCC_ICONV_H

size_t rccIConv(rcc_context ctx, iconv_t icnv, const char *buf, size_t len);

#endif /* _RCC_ICONV_H */