1 /* DO NOT EDIT THIS FILE - it is machine generated */ 2 #include <jni.h> 3 /* Header for class kr_clpeak_jni_connect */ 4 5 #ifndef _Included_kr_clpeak_jni_connect 6 #define _Included_kr_clpeak_jni_connect 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 10 /* 11 * Class: jni_connect 12 * Method: launchClpeak 13 * Signature: (I[Ljava/lang/String;)I 14 */ 15 JNIEXPORT jint JNICALL Java_kr_clpeak_jni_1connect_launchClpeak 16 (JNIEnv *, jobject, jint, jobjectArray); 17 18 #ifdef __cplusplus 19 } 20 #endif 21 #endif 22 23 24 #ifndef _Included_kr_clpeak_MainActivity 25 #define _Included_kr_clpeak_MainActivity 26 #ifdef __cplusplus 27 extern "C" { 28 #endif 29 /* 30 * Class: kr_clpeak_MainActivity 31 * Method: setenv 32 * Signature: (Ljava/lang/String;Ljava/lang/String;)V 33 */ 34 JNIEXPORT void JNICALL Java_kr_clpeak_MainActivity_setenv 35 (JNIEnv *, jobject, jstring, jstring); 36 37 #ifdef __cplusplus 38 } 39 #endif 40 #endif 41