1
1

These functions are potentially shared between multiple components so they should

be visible.

This commit was SVN r15235.
Этот коммит содержится в:
George Bosilca 2007-06-28 18:50:33 +00:00
родитель e299f7039f
Коммит 98142263c6

Просмотреть файл

@ -28,14 +28,14 @@
* @retval OMPI_SUCCESS MX successfully initialized
* @retval OMPI_ERR_NOT_AVAILABLE MX could not be initialized
*/
int ompi_common_mx_initialize(void);
OMPI_DECLSPEC int ompi_common_mx_initialize(void);
/**
* Shut down mx library
*
*/
int ompi_common_mx_finalize(void);
OMPI_DECLSPEC int ompi_common_mx_finalize(void);