From 98142263c6abddd4a794efbe53bb9df5d3d3a21b Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 28 Jun 2007 18:50:33 +0000 Subject: [PATCH] These functions are potentially shared between multiple components so they should be visible. This commit was SVN r15235. --- ompi/mca/common/mx/common_mx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/mca/common/mx/common_mx.h b/ompi/mca/common/mx/common_mx.h index 28d6261242..fb1d7456f1 100644 --- a/ompi/mca/common/mx/common_mx.h +++ b/ompi/mca/common/mx/common_mx.h @@ -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);