X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ef33b9c0c2c0e9c15c27fce82515a23e8aadc0ed..9f21f35eadfc5d1f43d3e7a4b591711fd7fb9616:/src/bindings/java/jmsg.h?ds=sidebyside diff --git a/src/bindings/java/jmsg.h b/src/bindings/java/jmsg.h index 8b9cea8df4..deba4ac89f 100644 --- a/src/bindings/java/jmsg.h +++ b/src/bindings/java/jmsg.h @@ -16,8 +16,8 @@ SG_BEGIN_DECL() extern int JAVA_HOST_LEVEL; extern int JAVA_STORAGE_LEVEL; -JavaVM *get_java_VM(void); -JNIEnv *get_current_thread_env(void); +JavaVM *get_java_VM(); +JNIEnv *get_current_thread_env(); /** * This function throws the correct exception according to the status provided. */ @@ -38,7 +38,7 @@ JNIEXPORT void JNICALL JNICALL Java_org_simgrid_msg_Msg_run(JNIEnv * env, jclass JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_init(JNIEnv * env, jclass cls, jobjectArray jargs); -JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_energyInit(void); +JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_energyInit(); JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_debug(JNIEnv *, jclass, jstring);