summaryrefslogtreecommitdiffstats
path: root/src/rcciconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcciconv.h')
-rw-r--r--src/rcciconv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rcciconv.h b/src/rcciconv.h
index fd72486..4a8fc78 100644
--- a/src/rcciconv.h
+++ b/src/rcciconv.h
@@ -1,6 +1,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 */