Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Put SG_BEGIN_DECL and SG_END_DECL again.
[simgrid.git] / include / surf / simgrid_dtd.h
index 43b0e1f..63dc0b2 100644 (file)
@@ -48,6 +48,8 @@
 #ifndef _FLEXML_simgrid_H
 #define _FLEXML_simgrid_H
 
+SG_BEGIN_DECL()
+
 /* XML application entry points. */
 XBT_PUBLIC(void) STag_surfxml_platform(void);
 XBT_PUBLIC(void) ETag_surfxml_platform(void);
@@ -412,4 +414,6 @@ XBT_PUBLIC(int) yylex(void);
 
 /* Flexml error handling function (useful only when -q flag passed to flexml) */
      const char *surfxml_parse_err_msg(void);
+
+SG_END_DECL()
 #endif