Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix stupid comments
[simgrid.git] / src / include / surf / surfxml_parse_private.h
1 /*      $Id$     */
2
3 /* Copyright (c) 2004 Arnaud Legrand. All rights reserved.                  */
4
5 /* This program is free software; you can redistribute it and/or modify it
6  * under the terms of the license (GNU LGPL) which comes with this package. */
7
8 #ifndef _SURF_SURFXML_PARSE_PRIVATE_H
9 #define _SURF_SURFXML_PARSE_PRIVATE_H
10
11 #include <stdio.h>
12 #include "xbt/misc.h"
13 #include "xbt/function_types.h"
14 #include "surf/surfxml_parse.h"
15 #include "surf/trace_mgr.h"
16
17 void surf_parse_get_trace(tmgr_trace_t *trace, const char *string);
18
19 #endif