Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Break the API once again so that we can reset the struct in this function (and not...
[simgrid.git] / include / surf / surfxml_parse.h
index 95b68fc..9604b3f 100644 (file)
@@ -9,6 +9,7 @@
 #define _SURF_SURFXML_PARSE_H
 
 #include "surf/surfxml.h"
+#include "xbt/sysdep.h" /* to have FILE */
 #include "xbt/misc.h"
 
 /* Entry-point of the surfxml parser. */
@@ -17,20 +18,20 @@ extern int_f_void_t surf_parse;
 /* Hook for the different tags. They can be redefined at will whereas
    the versions without the _fun can't. */
 
-extern void_f_void_t STag_platform_description_fun;
-extern void_f_void_t ETag_platform_description_fun;
-extern void_f_void_t STag_cpu_fun;
-extern void_f_void_t ETag_cpu_fun;
-extern void_f_void_t STag_network_link_fun;
-extern void_f_void_t ETag_network_link_fun;
-extern void_f_void_t STag_route_fun;
-extern void_f_void_t ETag_route_fun;
-extern void_f_void_t STag_route_element_fun;
-extern void_f_void_t ETag_route_element_fun;
-extern void_f_void_t STag_process_fun;
-extern void_f_void_t ETag_process_fun;
-extern void_f_void_t STag_argument_fun;
-extern void_f_void_t ETag_argument_fun;
+extern void_f_void_t STag_surfxml_platform_description_fun;
+extern void_f_void_t ETag_surfxml_platform_description_fun;
+extern void_f_void_t STag_surfxml_cpu_fun;
+extern void_f_void_t ETag_surfxml_cpu_fun;
+extern void_f_void_t STag_surfxml_network_link_fun;
+extern void_f_void_t ETag_surfxml_network_link_fun;
+extern void_f_void_t STag_surfxml_route_fun;
+extern void_f_void_t ETag_surfxml_route_fun;
+extern void_f_void_t STag_surfxml_route_element_fun;
+extern void_f_void_t ETag_surfxml_route_element_fun;
+extern void_f_void_t STag_surfxml_process_fun;
+extern void_f_void_t ETag_surfxml_process_fun;
+extern void_f_void_t STag_surfxml_argument_fun;
+extern void_f_void_t ETag_surfxml_argument_fun;
 
 void surf_parse_open(const char *file);
 void surf_parse_close(void);