X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4af3b3329ad57dcfe30cf363b3f79f209c32a4ac..dfc3b7c81f7e4fec5c8da96745042766dc0da27f:/include/simgrid/plugins/dvfs.h diff --git a/include/simgrid/plugins/dvfs.h b/include/simgrid/plugins/dvfs.h index 57726ed496..bd856b9002 100644 --- a/include/simgrid/plugins/dvfs.h +++ b/include/simgrid/plugins/dvfs.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2017. The SimGrid Team. +/* Copyright (c) 2017-2018. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -12,7 +12,7 @@ SG_BEGIN_DECL() -XBT_PUBLIC(void) sg_host_dvfs_plugin_init(); +XBT_PUBLIC void sg_host_dvfs_plugin_init(); #define MSG_host_dvfs_plugin_init() sg_host_dvfs_plugin_init()