X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7410b72db09489e8b9d3ee3cb087f35882397d93..01ecfcab4e527aeb253b84ffda52fd73cabbd13c:/src/bindings/java/jmsg.h 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);