22 lines
666 B
C
22 lines
666 B
C
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
|
||
|
#ifndef __gnu_java_nio_charset_iconv_IconvDecoder__
|
||
|
#define __gnu_java_nio_charset_iconv_IconvDecoder__
|
||
|
|
||
|
#include <jni.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"
|
||
|
{
|
||
|
#endif
|
||
|
|
||
|
JNIEXPORT void JNICALL Java_gnu_java_nio_charset_iconv_IconvDecoder_openIconv (JNIEnv *env, jobject, jstring);
|
||
|
JNIEXPORT jint JNICALL Java_gnu_java_nio_charset_iconv_IconvDecoder_decode (JNIEnv *env, jobject, jbyteArray, jcharArray, jint, jint, jint, jint);
|
||
|
JNIEXPORT void JNICALL Java_gnu_java_nio_charset_iconv_IconvDecoder_closeIconv (JNIEnv *env, jobject);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif /* __gnu_java_nio_charset_iconv_IconvDecoder__ */
|