X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f9df6a0ce7023e4e22d83bb6c50f27bd21fab329..4f566b4572ad07940ea23d86d4af4abeaed7b4c7:/src/xbt/dict_private.h diff --git a/src/xbt/dict_private.h b/src/xbt/dict_private.h index 317177f186..0b4e57fddb 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(); +XBT_PRIVATE void * dict_elm_mallocator_new_f(void); #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(); +extern XBT_PRIVATE void * dict_het_elm_mallocator_new_f(void); #define dict_het_elm_mallocator_free_f xbt_free_f #define dict_het_elm_mallocator_reset_f ((void_f_pvoid_t)NULL)