X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c67758e45a789619678921867ca40cffbd22b1c6..984b8e1616cfd626c6244a34ccd42ee0b1e89bcd:/include/xbt/automaton.h diff --git a/include/xbt/automaton.h b/include/xbt/automaton.h index f140ed2e82..49df4630c0 100644 --- a/include/xbt/automaton.h +++ b/include/xbt/automaton.h @@ -59,7 +59,8 @@ typedef struct xbt_propositional_symbol{ typedef struct xbt_propositional_symbol* xbt_propositional_symbol_t; -XBT_PUBLIC(xbt_automaton_t) xbt_automaton_new_automaton(void); +XBT_PUBLIC(xbt_automaton_t) xbt_automaton_new(void); +XBT_PUBLIC(void) xbt_automaton_load(xbt_automaton_t automaton, const char *file); XBT_PUBLIC(xbt_state_t) xbt_automaton_new_state(xbt_automaton_t a, int type, char* id);