X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba15f0e8e5fe9918bad627ec253f3fcae8921432..f9df6a0ce7023e4e22d83bb6c50f27bd21fab329:/src/xbt/dict_private.h diff --git a/src/xbt/dict_private.h b/src/xbt/dict_private.h index 0b4e57fddb..317177f186 100644 --- a/src/xbt/dict_private.h +++ b/src/xbt/dict_private.h @@ -39,12 +39,12 @@ typedef struct s_xbt_dict { typedef struct s_xbt_dict_cursor s_xbt_dict_cursor_t; extern XBT_PRIVATE xbt_mallocator_t dict_elm_mallocator; -XBT_PRIVATE void * dict_elm_mallocator_new_f(void); +XBT_PRIVATE void * dict_elm_mallocator_new_f(); #define dict_elm_mallocator_free_f xbt_free_f #define dict_elm_mallocator_reset_f ((void_f_pvoid_t)NULL) extern XBT_PRIVATE xbt_mallocator_t dict_het_elm_mallocator; -extern XBT_PRIVATE void * dict_het_elm_mallocator_new_f(void); +extern XBT_PRIVATE void * dict_het_elm_mallocator_new_f(); #define dict_het_elm_mallocator_free_f xbt_free_f #define dict_het_elm_mallocator_reset_f ((void_f_pvoid_t)NULL)