diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-07-12 03:55:23 +0000 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-07-12 03:55:23 +0000 |
commit | e598a2372179812389a702b78d5f8537eb6827d9 (patch) | |
tree | fad90d39ca5781d5ffdf4e9131050fe79d3e5383 /src/rcciconv.h | |
parent | 6b44784148735f594ac862abcd38c50c5d556df0 (diff) | |
download | librcc-e598a2372179812389a702b78d5f8537eb6827d9.tar.gz librcc-e598a2372179812389a702b78d5f8537eb6827d9.tar.bz2 librcc-e598a2372179812389a702b78d5f8537eb6827d9.tar.xz librcc-e598a2372179812389a702b78d5f8537eb6827d9.zip |
Language and Option Names
Diffstat (limited to 'src/rcciconv.h')
-rw-r--r-- | src/rcciconv.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rcciconv.h b/src/rcciconv.h index fd72486..4a8fc78 100644 --- a/src/rcciconv.h +++ b/src/rcciconv.h @@ -1,6 +1,11 @@ #ifndef _RCC_ICONV_H #define _RCC_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); #endif /* _RCC_ICONV_H */ |