X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..3900b29f1b0eba8ddc4cbc477dfade991386a7ca:/include/simgrid/vm.h diff --git a/include/simgrid/vm.h b/include/simgrid/vm.h index b123867ce5..83f180a2ef 100644 --- a/include/simgrid/vm.h +++ b/include/simgrid/vm.h @@ -12,7 +12,7 @@ #include /* C interface */ -SG_BEGIN_DECL() +SG_BEGIN_DECL /** @brief Opaque type describing a Virtual Machine. * @ingroup msg_VMs @@ -41,6 +41,6 @@ XBT_PUBLIC void sg_vm_resume(sg_vm_t vm); XBT_PUBLIC void sg_vm_shutdown(sg_vm_t vm); XBT_PUBLIC void sg_vm_destroy(sg_vm_t vm); -SG_END_DECL() +SG_END_DECL #endif /* INCLUDE_SIMGRID_VM_H_ */