X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/88fad0aaff9eb463f048bfdfe4ad6218aba44ddb..e9bee908f58f910dc08a8a3ed2c40b9b72dc21f0:/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