blob: 10b32454c25dba7f27255b098857582f252a6185 [file] [log] [blame]
#include <jni.h>
#ifndef _Included_ExampleFuzzerWithNative
#define _Included_ExampleFuzzerWithNative
#ifdef __cplusplus
extern "C" {
#endif
JNIEXPORT jboolean JNICALL Java_ExampleJavaJniFuzzer_parse(
JNIEnv*, jobject o, jstring);
#ifdef __cplusplus
}
#endif
#endif