X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f9df6a0ce7023e4e22d83bb6c50f27bd21fab329..a2cf3a7cbbc69e69e7c18c7168c7bb2396122cd1:/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)