Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moving stuff to enable surf_parser hijacking
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 16 Aug 2005 20:41:28 +0000 (20:41 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 16 Aug 2005 20:41:28 +0000 (20:41 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1652 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/surf/surf_parse.h [new file with mode: 0644]

diff --git a/include/surf/surf_parse.h b/include/surf/surf_parse.h
new file mode 100644 (file)
index 0000000..65eaa85
--- /dev/null
@@ -0,0 +1,16 @@
+/*     $Id$     */
+
+/* Copyright (c) 2005 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_SURF_PARSE_H
+#define _SURF_SURF_PARSE_H
+
+#include "surf/surfxml.h"
+
+typedef   int (*int_f_void_t)(void);
+extern int_f_void_t surf_parse;
+
+#endif