Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv surf_parse -> surfxml_parse
[simgrid.git] / 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
new file mode 100644 (file)
index 0000000..b6aace4
--- /dev/null
@@ -0,0 +1,18 @@
+/*     $Id$     */
+
+/* Copyright (c) 2004 Arnaud Legrand. 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. */
+
+#ifndef _SURF_SURFXML_PARSE_PRIVATE_H
+#define _SURF_SURFXML_PARSE_PRIVATE_H
+
+#include <stdio.h>
+#include "xbt/misc.h"
+#include "surf/surfxml_parse.h"
+#include "surf/trace_mgr.h"
+
+void surf_parse_get_trace(tmgr_trace_t *trace, const char *string);
+
+#endif