summaryrefslogtreecommitdiffstats
path: root/src/rcciconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcciconv.h')
-rw-r--r--src/rcciconv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rcciconv.h b/src/rcciconv.h
index 4a8fc78..cc1d1b9 100644
--- a/src/rcciconv.h
+++ b/src/rcciconv.h
@@ -1,11 +1,13 @@
#ifndef _RCC_ICONV_H
#define _RCC_ICONV_H
+#include <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);
+size_t rccIConv(rcc_context ctx, rcc_iconv icnv, const char *buf, size_t len);
#endif /* _RCC_ICONV_H */