X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d5eb75ca43a7d072ab9d0ef84a0b409139321ba..76264ed1928b146602ee73794d86798739cd1209:/src/bindings/java/jmsg_host.h diff --git a/src/bindings/java/jmsg_host.h b/src/bindings/java/jmsg_host.h index 0e03b943ed..4a82c34457 100644 --- a/src/bindings/java/jmsg_host.h +++ b/src/bindings/java/jmsg_host.h @@ -12,6 +12,8 @@ #include #include "simgrid/msg.h" +SG_BEGIN_DECL() + /** * This function returns a new java host instance. * @@ -224,3 +226,4 @@ Java_org_simgrid_msg_Host_setAsyncMailbox(JNIEnv * env, jclass cls_arg, jobject #endif /*!MSG_JHOST_H */ +SG_END_DECL()