Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a useless function, and rename another one
[simgrid.git] / src / surf / xml / platf.hpp
index 853b66f..203ca09 100644 (file)
@@ -11,8 +11,7 @@
 #include <vector>
 
 /* Module management functions */
-XBT_PUBLIC void sg_platf_init();
-XBT_PUBLIC void sg_platf_exit();
+XBT_PUBLIC void sg_platf_parser_finalize();
 
 XBT_PUBLIC void surf_parse_open(const std::string& file);
 XBT_PUBLIC void surf_parse_close();