X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6eece18e97088f220dde6b281319f35ddd40a920..17616c140fdd6df448bf3b89e258e0bcd4f0ff0d:/include/smpi/sampi.h diff --git a/include/smpi/sampi.h b/include/smpi/sampi.h index e7c7d7ce9a..b51f8ee5d0 100644 --- a/include/smpi/sampi.h +++ b/include/smpi/sampi.h @@ -21,7 +21,7 @@ #define free(ptr) _sampi_free(ptr) #endif -SG_BEGIN_DECL() +SG_BEGIN_DECL XBT_PUBLIC void* _sampi_malloc(size_t size); XBT_PUBLIC void* _sampi_calloc(size_t n_elm, size_t elm_size); @@ -32,6 +32,6 @@ AMPI_CALL(XBT_PUBLIC int, MPI_Iteration_in, (MPI_Comm comm)) AMPI_CALL(XBT_PUBLIC int, MPI_Iteration_out, (MPI_Comm comm)) AMPI_CALL(XBT_PUBLIC void, MPI_Migrate, (MPI_Comm comm)) -SG_END_DECL() +SG_END_DECL #endif