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

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

#endif /* _RCC_ICONV_H */