X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/88fad0aaff9eb463f048bfdfe4ad6218aba44ddb..cb1f41e17133f75d16ce09edee442cda1ae579b6:/include/simgrid/vm.h diff --git a/include/simgrid/vm.h b/include/simgrid/vm.h index 98628d3b6f..83f180a2ef 100644 --- a/include/simgrid/vm.h +++ b/include/simgrid/vm.h @@ -1,6 +1,6 @@ /* Public interface to the Link datatype */ -/* Copyright (c) 2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2018-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -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_ */