X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7dc1f0e2c0b12206841e4acbe2b0f8e5bc6bbb86..c60ecd167e796895eb98398295e320688ffe701b:/include/gras/datadesc.h diff --git a/include/gras/datadesc.h b/include/gras/datadesc.h index a3c27d2698..f19da0a69b 100644 --- a/include/gras/datadesc.h +++ b/include/gras/datadesc.h @@ -368,10 +368,10 @@ XBT_PUBLIC(gras_datadesc_type_t) XBT_PUBLIC(gras_datadesc_type_t) gras_datadesc_dynar(gras_datadesc_type_t elm_t, - void_f_pvoid_t *free_func); + void_f_pvoid_t free_func); XBT_PUBLIC(gras_datadesc_type_t) gras_datadesc_matrix(gras_datadesc_type_t elm_t, - void_f_pvoid_t * const free_f); + void_f_pvoid_t const free_f); /********************************* * Change stuff within datadescs *