xref: /aosp_15_r20/tools/security/fuzzing/example_java_jni_fuzzer/example_jni.h (revision d9ecfb0f4d734c9ce41cde8ac4d585b094fd4222)
1 #include <jni.h>
2 #ifndef _Included_ExampleFuzzerWithNative
3 #define _Included_ExampleFuzzerWithNative
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 JNIEXPORT jboolean JNICALL Java_ExampleJavaJniFuzzer_parse(
8     JNIEnv*, jobject o, jstring);
9 #ifdef __cplusplus
10 }
11 #endif
12 #endif