X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a96793ec8c496eec19daf68f3aa0c4eded2ea166..68573f41da7750f37ddef384d5231370a6542998:/include/xbt/automaton.h diff --git a/include/xbt/automaton.h b/include/xbt/automaton.h index 03339f7073..af1d5e7e52 100644 --- a/include/xbt/automaton.h +++ b/include/xbt/automaton.h @@ -105,7 +105,7 @@ XBT_PUBLIC int xbt_automaton_propositional_symbol_evaluate(xbt_automaton_proposi XBT_PUBLIC xbt_automaton_state_t xbt_automaton_get_current_state(xbt_automaton_t a); XBT_PUBLIC int xbt_automaton_state_compare(xbt_automaton_state_t s1, xbt_automaton_state_t s2); XBT_PUBLIC int xbt_automaton_propositional_symbols_compare_value(xbt_dynar_t s1, xbt_dynar_t s2); -XBT_PUBLIC int xbt_automaton_transition_compare(const void* t1, const void* t2); +XBT_PUBLIC int xbt_automaton_transition_compare(xbt_automaton_transition_t t1, xbt_automaton_transition_t t2); XBT_PUBLIC int xbt_automaton_exp_label_compare(xbt_automaton_exp_label_t l1, xbt_automaton_exp_label_t l2); XBT_PUBLIC void xbt_automaton_state_free_voidp(void* s); XBT_PUBLIC void xbt_automaton_state_free(xbt_automaton_state_t s);