summaryrefslogtreecommitdiffstats
path: root/src/rcciconv.h
blob: 4a8fc78b026ad56c25864dcaf60417705cdf4c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _RCC_ICONV_H
#define _RCC_ICONV_H

struct rcc_iconv_t {
    iconv_t icnv;
};
typedef struct rcc_iconv_t rcc_iconv_s;

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

#endif /* _RCC_ICONV_H */