X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6135d964e2f6309e0c3e1608c84faa8264553eba..eed33b5980ef79e3f979b80564fbd5314c47902d:/include/surf/surfxml_parse.h diff --git a/include/surf/surfxml_parse.h b/include/surf/surfxml_parse.h index 031041d5bc..3564ab7bf6 100644 --- a/include/surf/surfxml_parse.h +++ b/include/surf/surfxml_parse.h @@ -15,12 +15,6 @@ SG_BEGIN_DECL() -/* Hook for the different tags. All the functions which pointer to are push into here are run when the tag is encountered */ -XBT_PUBLIC_DATA(xbt_dynar_t) STag_surfxml_process_cb_list; -XBT_PUBLIC_DATA(xbt_dynar_t) ETag_surfxml_process_cb_list; -XBT_PUBLIC_DATA(xbt_dynar_t) STag_surfxml_argument_cb_list; -XBT_PUBLIC_DATA(xbt_dynar_t) ETag_surfxml_argument_cb_list; - XBT_PUBLIC(void) surf_parse_open(const char *file); XBT_PUBLIC(void) surf_parse_close(void); XBT_PUBLIC(void) surf_parse_init_callbacks(void); @@ -74,10 +68,5 @@ extern unsigned int surfxml_buffer_stack_stack[1024]; ETag_surfxml_##tag(); \ } while(0) -XBT_PUBLIC(void) surfxml_add_callback(xbt_dynar_t cb_list, - void_f_void_t function); -XBT_PUBLIC(void) surfxml_del_callback(xbt_dynar_t cb_list, - void_f_void_t function); - SG_END_DECL() #endif