X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..8cd1ef6275c48c8985e297ba1e484cbb85ba6126:/include/simgrid/plugins/dvfs.h diff --git a/include/simgrid/plugins/dvfs.h b/include/simgrid/plugins/dvfs.h index 70a8392e5d..3f7ed88e74 100644 --- a/include/simgrid/plugins/dvfs.h +++ b/include/simgrid/plugins/dvfs.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2019. The SimGrid Team. +/* Copyright (c) 2017-2020. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -10,12 +10,12 @@ #include #include -SG_BEGIN_DECL() +SG_BEGIN_DECL XBT_PUBLIC void sg_host_dvfs_plugin_init(); #define MSG_host_dvfs_plugin_init() sg_host_dvfs_plugin_init() -SG_END_DECL() +SG_END_DECL #endif