From 7632dbbc3c086092f2fab797df93119c70c8c681 Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 16 Aug 2005 20:43:11 +0000 Subject: [PATCH] renaming git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1653 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/include/surf/{surf_parse.h => surf_parse_private.h} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename src/include/surf/{surf_parse.h => surf_parse_private.h} (95%) diff --git a/src/include/surf/surf_parse.h b/src/include/surf/surf_parse_private.h similarity index 95% rename from src/include/surf/surf_parse.h rename to src/include/surf/surf_parse_private.h index ec325e00e3..b84309f200 100644 --- a/src/include/surf/surf_parse.h +++ b/src/include/surf/surf_parse_private.h @@ -10,11 +10,10 @@ #include #include "xbt/misc.h" +#include "surf/surf_parse.h" #include "surf/trace_mgr.h" -#include "surfxml.h" typedef void (*void_f_void_t)(void); -typedef int (*int_f_void_t)(void); extern void_f_void_t STag_platform_description_fun; extern void_f_void_t ETag_platform_description_fun; @@ -34,7 +33,6 @@ extern void_f_void_t ETag_argument_fun; void surf_parse_open(const char *file); void surf_parse_close(void); -extern int_f_void_t surf_parse; void surf_parse_reset_parser(void); void surf_parse_get_double(double *value,const char *string); void surf_parse_get_trace(tmgr_trace_t *trace, const char *string); -- 2.20.1