X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8afc2600f02d2978910a7e4f5d59895de33604be..ad5365a072943b2b0bacc486fa504e93a99ea940:/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 index 5a57f0db7c..1cb1d147c2 100644 --- a/src/include/surf/surfxml_parse_private.h +++ b/src/include/surf/surfxml_parse_private.h @@ -14,6 +14,6 @@ #include "surf/surfxml_parse.h" #include "surf/trace_mgr.h" -XBT_PUBLIC void surf_parse_get_trace(tmgr_trace_t *trace, const char *string); +XBT_PUBLIC(void) surf_parse_get_trace(tmgr_trace_t *trace, const char *string); #endif