#include <jni.h>
#ifndef _Included_com_vade_evan_Vade
#define _Included_com_vade_evan_Vade
#ifdef __cplusplus
extern "C" {
#endif
JNIEXPORT jstring JNICALL Java_com_vade_evan_Vade_executeVade
(JNIEnv *, jclass, jstring, jobjectArray, jstring, jstring);
#ifdef __cplusplus
}
#endif
#endif