Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv surf_parse -> surfxml_parse
[simgrid.git] / src / include / surf / surfxml_parse_private.h
similarity index 78%
rename from src/include/surf/surf_parse_private.h
rename to src/include/surf/surfxml_parse_private.h
index d650044..b6aace4 100644 (file)
@@ -5,12 +5,12 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#ifndef _SURF_SURF_PARSE_PRIVATE_H
-#define _SURF_SURF_PARSE_PRIVATE_H
+#ifndef _SURF_SURFXML_PARSE_PRIVATE_H
+#define _SURF_SURFXML_PARSE_PRIVATE_H
 
 #include <stdio.h>
 #include "xbt/misc.h"
 
 #include <stdio.h>
 #include "xbt/misc.h"
-#include "surf/surf_parse.h"
+#include "surf/surfxml_parse.h"
 #include "surf/trace_mgr.h"
 
 void surf_parse_get_trace(tmgr_trace_t *trace, const char *string);
 #include "surf/trace_mgr.h"
 
 void surf_parse_get_trace(tmgr_trace_t *trace, const char *string);