Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
export some functions in windows dll
[simgrid.git] / include / surf / surfxml.h
index 757bca0..e5916cb 100644 (file)
@@ -1,9 +1,10 @@
-/* XML processor/application API for ../../src/surf/surfxml.dtd.
- * Generated 2006/05/29 21:38:10.
+/* XML processor/application API for surf/surfxml.dtd.
+ * Generated 2006/07/18 21:02:15.
  *
  * This program was generated with the FleXML XML processor generator.
- * FleXML is Copyright © 1999-2005 Kristoffer Rose.  All rights reserved.
- * (Id: flexml.pl,v 1.48 2006/03/21 13:09:12 mquinson Exp).
+ * FleXML is Copyright (C) 1999-2005 Kristoffer Rose.  All rights reserved.
+ * FleXML is Copyright (C) 2003-2006 Martin Quinson.  All rights reserved.
+ * (Id: flexml.pl,v 1.53 2006/07/18 12:12:06 mquinson Exp).
  * 
  * There are two, intertwined parts to this program, part A and part B.
  *
@@ -11,8 +12,8 @@
  * ------
  * 
  * Some parts, here collectively called "Part A", are found in the 
- * FleXML package.  They are Copyright © 1999-2005 Kristoffer Rose. 
- * All rights reserved.
+ * FleXML package.  They are Copyright (C) 1999-2005 Kristoffer Rose
+ * and Copyright (C) 2003-2006 Martin Quinson. All rights reserved.
  *
  * You can redistribute, use, perform, display and/or modify "Part A"
  * provided the following two conditions hold:
 #ifndef _FLEXML_surfxml_H
 #define _FLEXML_surfxml_H
 
+#include "xbt/misc.h"
+
 /* XML application entry points. */
-extern void STag_surfxml_platform_description(void);
-extern void ETag_surfxml_platform_description(void);
-extern void STag_surfxml_include(void);
-extern void ETag_surfxml_include(void);
-extern void STag_surfxml_cpu(void);
-extern void ETag_surfxml_cpu(void);
-extern void STag_surfxml_network_link(void);
-extern void ETag_surfxml_network_link(void);
-extern void STag_surfxml_route(void);
-extern void ETag_surfxml_route(void);
-extern void STag_surfxml_route_element(void);
-extern void ETag_surfxml_route_element(void);
-extern void STag_surfxml_process(void);
-extern void ETag_surfxml_process(void);
-extern void STag_surfxml_argument(void);
-extern void ETag_surfxml_argument(void);
+XBT_PUBLIC(void) STag_surfxml_platform_description(void);
+XBT_PUBLIC(void) ETag_surfxml_platform_description(void);
+XBT_PUBLIC(void) STag_surfxml_include(void);
+XBT_PUBLIC(void) ETag_surfxml_include(void);
+XBT_PUBLIC(void) STag_surfxml_cpu(void);
+XBT_PUBLIC(void) ETag_surfxml_cpu(void);
+XBT_PUBLIC(void) STag_surfxml_network_link(void);
+XBT_PUBLIC(void) ETag_surfxml_network_link(void);
+XBT_PUBLIC(void) STag_surfxml_route(void);
+XBT_PUBLIC(void) ETag_surfxml_route(void);
+XBT_PUBLIC(void) STag_surfxml_route_element(void);
+XBT_PUBLIC(void) ETag_surfxml_route_element(void);
+XBT_PUBLIC(void) STag_surfxml_process(void);
+XBT_PUBLIC(void) ETag_surfxml_process(void);
+XBT_PUBLIC(void) STag_surfxml_argument(void);
+XBT_PUBLIC(void) ETag_surfxml_argument(void);
 
 /* XML application data. */
 typedef const char* AT_surfxml_network_link_bandwidth;