X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/23a620e6c6df0a9023991f607cb93b71ed8f6065..3ddb87efeb93cc20cffe56c8e68bb430cc38a91f:/examples/msg/mc/automatonparse_promela.h diff --git a/examples/msg/mc/automatonparse_promela.h b/examples/msg/mc/automatonparse_promela.h index ece387f6be..cb4fc9cb54 100644 --- a/examples/msg/mc/automatonparse_promela.h +++ b/examples/msg/mc/automatonparse_promela.h @@ -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()