X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/957eb3ca7ecd4f50e34490e609454de539ef290a..d805d3e2b617db73c7c28cf4e4683cd9e6b928d4:/src/surf/xml/platf.hpp diff --git a/src/surf/xml/platf.hpp b/src/surf/xml/platf.hpp index c30139c158..1e095b6721 100644 --- a/src/surf/xml/platf.hpp +++ b/src/surf/xml/platf.hpp @@ -8,8 +8,6 @@ #include -extern "C" { - /* Module management functions */ XBT_PUBLIC void sg_platf_init(); XBT_PUBLIC void sg_platf_exit(); @@ -28,6 +26,5 @@ XBT_PUBLIC double surf_parse_get_bandwidth(const char* string, const char* entit XBT_PUBLIC double surf_parse_get_speed(const char* string, const char* entity_kind, std::string name); XBT_PUBLIC int surf_parse(); /* Entry-point to the parser */ -} #endif