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