X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/23a620e6c6df0a9023991f607cb93b71ed8f6065..9006d78ba8a08a6500c994bb8141f48376448fc4:/include/xbt/automatonparse_promela.h diff --git a/include/xbt/automatonparse_promela.h b/include/xbt/automatonparse_promela.h index cb4fc9cb54..c80c34db2b 100644 --- a/include/xbt/automatonparse_promela.h +++ b/include/xbt/automatonparse_promela.h @@ -5,10 +5,10 @@ #include #include "xbt/automaton.h" -xbt_automaton_t automaton; - SG_BEGIN_DECL() +XBT_PUBLIC_DATA(xbt_automaton_t) automaton; + XBT_PUBLIC(void) init(void); XBT_PUBLIC(void) new_state(char* id, int src);