X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0c3ddb2a70bac21cf1b9c57b6ef8860f9f6d924..0446fc9e3f379b9aff5e0bb44cf06d06b9e663cc:/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 *