From f15620c372b8813a87d07eee169cf2096c99c173 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 14 Jul 2005 08:45:46 +0000 Subject: IConv and DB4 --- src/rcciconv.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/rcciconv.h') 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 + 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 */ -- cgit v1.2.3