1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class MixedJava */
4 
5 #ifndef _Included_MixedJava
6 #define _Included_MixedJava
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     MixedJava
12  * Method:    create_global_ref
13  * Signature: (LMixedJava;)V
14  */
15 JNIEXPORT void JNICALL Java_MixedJava_create_1global_1ref
16   (JNIEnv *, jclass, jobject);
17 
18 /*
19  * Class:     MixedJava
20  * Method:    delete_global_ref
21  * Signature: ()V
22  */
23 JNIEXPORT void JNICALL Java_MixedJava_delete_1global_1ref
24   (JNIEnv *, jclass);
25 
26 /*
27  * Class:     MixedJava
28  * Method:    access_global_ref
29  * Signature: ()I
30  */
31 JNIEXPORT jint JNICALL Java_MixedJava_access_1global_1ref
32   (JNIEnv *, jclass);
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 #endif
38