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