Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
423f0e3fbc1234a4e2caf4bd9cbf772f8103112f
[simgrid.git] / include / surf / surf_parse.h
1 /*      $Id$     */
2
3 /* Copyright (c) 2005 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_H
9 #define _SURF_SURF_PARSE_H
10
11 #include "surf/surfxml.h"
12 #include "xbt/misc.h"
13
14 extern int_f_void_t surf_parse;
15
16 #endif