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, 1 insertions, 1 deletions
diff --git a/src/rcciconv.h b/src/rcciconv.h
index 1c899a9..fd72486 100644
--- a/src/rcciconv.h
+++ b/src/rcciconv.h
@@ -1,6 +1,6 @@
#ifndef _RCC_ICONV_H
#define _RCC_ICONV_H
-int rccIConv(rcc_context ctx, iconv_t icnv, const char *buf, int len);
+size_t rccIConv(rcc_context ctx, iconv_t icnv, const char *buf, size_t len);
#endif /* _RCC_ICONV_H */