Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
factoring + some functions go public
[simgrid.git] / src / include / surf / surf_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_SURF_PARSE_PRIVATE_H
9 #define _SURF_SURF_PARSE_PRIVATE_H
10
11 #include <stdio.h>
12 #include "xbt/misc.h"
13 #include "surf/surf_parse.h"
14 #include "surf/trace_mgr.h"
15
16 void surf_parse_get_trace(tmgr_trace_t *trace, const char *string);
17
18 #endif