X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5509273af174fc845f00268eb6430cf22d8ee0..a7732fdf6a3ad939561c0681fc74b35194c1e154:/src/include/surf/surfxml_parse_private.h diff --git a/src/include/surf/surfxml_parse_private.h b/src/include/surf/surfxml_parse_private.h index b6aace4ae8..0ddc037615 100644 --- a/src/include/surf/surfxml_parse_private.h +++ b/src/include/surf/surfxml_parse_private.h @@ -1,6 +1,5 @@ -/* $Id$ */ - -/* Copyright (c) 2004 Arnaud Legrand. All rights reserved. */ +/* Copyright (c) 2006, 2007, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* 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. */ @@ -8,11 +7,11 @@ #ifndef _SURF_SURFXML_PARSE_PRIVATE_H #define _SURF_SURFXML_PARSE_PRIVATE_H -#include #include "xbt/misc.h" +#include "xbt/function_types.h" #include "surf/surfxml_parse.h" #include "surf/trace_mgr.h" -void surf_parse_get_trace(tmgr_trace_t *trace, const char *string); +/* FIXME: kill that file */ #endif