X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9dac28c3beb960cb7332fe5a2898278b66f95337..e93a91fdbfece38a7de51e9da40c6388cdd0d6c8:/include/surf/surfxml_parse.h diff --git a/include/surf/surfxml_parse.h b/include/surf/surfxml_parse.h index 6c01e2f9fc..de188574da 100644 --- a/include/surf/surfxml_parse.h +++ b/include/surf/surfxml_parse.h @@ -50,7 +50,6 @@ XBT_PUBLIC(void) surf_parse_free_callbacks(void); XBT_PUBLIC(void) surf_parse_error(char *msg); XBT_PUBLIC(double) surf_parse_get_double(const char *string); XBT_PUBLIC(int) surf_parse_get_int(const char *string); -XBT_PUBLIC(void) surf_parse_add_callback_config(void); XBT_PUBLIC(void) surf_parse_models_setup(void); /* Prototypes of the functions offered by flex */ XBT_PUBLIC(int) surf_parse_lex(void);