summaryrefslogtreecommitdiffstats
path: root/src/rcciconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcciconv.h')
-rw-r--r--src/rcciconv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rcciconv.h b/src/rcciconv.h
index 0070696..1520534 100644
--- a/src/rcciconv.h
+++ b/src/rcciconv.h
@@ -8,6 +8,8 @@ struct rcc_iconv_t {
};
typedef struct rcc_iconv_t rcc_iconv_s;
+int rccIConvGetError(rcc_iconv icnv);
+
size_t rccIConvInternal(rcc_context ctx, rcc_iconv icnv, const char *buf, size_t len);
/**