diff options
Diffstat (limited to 'src/rcciconv.h')
-rw-r--r-- | src/rcciconv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rcciconv.h b/src/rcciconv.h new file mode 100644 index 0000000..1c899a9 --- /dev/null +++ b/src/rcciconv.h @@ -0,0 +1,6 @@ +#ifndef _RCC_ICONV_H +#define _RCC_ICONV_H + +int rccIConv(rcc_context ctx, iconv_t icnv, const char *buf, int len); + +#endif /* _RCC_ICONV_H */ |