]> AND Public Git Repository - simgrid.git/blobdiff - include/gras/datadesc.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill MSG_mailbox_put, which were not meant to be a public symbol anyway, add MSG_get_...
[simgrid.git] / include / gras / datadesc.h
index a3c27d2698df16fed062422a3802fe98814ab1f6..f19da0a69bf4ad56667e10ebb378890fc6dc8d19 100644 (file)
@@ -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 *