X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b188a3ca7fe91cf125a08229fb4fe51eee26e6d..c67758e45a789619678921867ca40cffbd22b1c6:/include/xbt/automatonparse_promela.h diff --git a/include/xbt/automatonparse_promela.h b/include/xbt/automatonparse_promela.h index cb4fc9cb54..d461474458 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); @@ -18,7 +18,7 @@ XBT_PUBLIC(void) new_transition(char* id, xbt_exp_label_t label); XBT_PUBLIC(xbt_exp_label_t) new_label(int type, ...); XBT_PUBLIC(xbt_automaton_t) get_automaton(void); - + XBT_PUBLIC(void) display_automaton(void); SG_END_DECL()