X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/deac2c062ec8d469f153bc84e6e6f705bf20f3aa..08cb8580c73f641a3eda1c94589770955b13dd48:/include/xbt/matrix.h diff --git a/include/xbt/matrix.h b/include/xbt/matrix.h index 55363e2950..f6ae73fa0b 100644 --- a/include/xbt/matrix.h +++ b/include/xbt/matrix.h @@ -20,8 +20,8 @@ typedef struct { char *data; void_f_pvoid_t free_f; -} s_xbt_matrix_t, *xbt_matrix_t; - +} s_xbt_matrix_t; +typedef s_xbt_matrix_t* xbt_matrix_t; /** @brief Retrieve the address of a cell (not its content) * @hideinitializer */