X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2561751468e43c42e5a7a1cf24417cdd71675ee6..35a3808b5d107697da3f569a0a2566cefa1c2070:/include/surf/surfxml_parse.h diff --git a/include/surf/surfxml_parse.h b/include/surf/surfxml_parse.h index e7085e29ea..421845ee53 100644 --- a/include/surf/surfxml_parse.h +++ b/include/surf/surfxml_parse.h @@ -13,6 +13,9 @@ #include "xbt/function_types.h" #include "xbt/dict.h" + +SG_BEGIN_DECL() + /* Hook for the different tags. All the functions which pointer to are push into here are run when the tag is encountered */ XBT_PUBLIC(xbt_dynar_t) STag_surfxml_platform_cb_list; XBT_PUBLIC(xbt_dynar_t) ETag_surfxml_platform_cb_list; @@ -88,4 +91,7 @@ XBT_PUBLIC_DATA(int_f_void_t) surf_parse; /* Entry-point to the parser. Set this XBT_PUBLIC(void) surfxml_add_callback(xbt_dynar_t cb_list, void_f_void_t function); +SG_END_DECL() + + #endif