blob: d0d301e9359dc93845e8f889cfa040228f1ed94c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
#ifndef __findclass__
#define __findclass__
#ifdef __cplusplus
extern "C"
{
#endif
JNIEXPORT jclass JNICALL Java_findclass_doit (JNIEnv *env, jclass, jstring);
#ifdef __cplusplus
}
#endif
#endif /* __findclass__ */
|