From be0bf9c27d9c23f27d1787dad7d8a994516d654a Mon Sep 17 00:00:00 2001 From: Donald Kerr Date: Tue, 24 Jul 2007 21:07:57 +0000 Subject: [PATCH] add a missing subroutine prototype This commit was SVN r15590. --- ompi/mca/btl/udapl/btl_udapl_component.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ompi/mca/btl/udapl/btl_udapl_component.c b/ompi/mca/btl/udapl/btl_udapl_component.c index 6598899724..8d7c857712 100644 --- a/ompi/mca/btl/udapl/btl_udapl_component.c +++ b/ompi/mca/btl/udapl/btl_udapl_component.c @@ -57,6 +57,8 @@ static inline int mca_btl_udapl_frag_progress_one(mca_btl_udapl_module_t* udapl_ void mca_btl_udapl_frag_progress_pending(mca_btl_udapl_module_t* udapl_btl, mca_btl_base_endpoint_t* endpoint, const int connection); +static int mca_btl_udapl_modify_ia_list(DAT_COUNT *num_info_entries, + DAT_PROVIDER_INFO* datinfo); mca_btl_udapl_component_t mca_btl_udapl_component = { @@ -283,7 +285,7 @@ static void mca_btl_udapl_receive_control(struct mca_btl_base_module_t* btl, * @param datinfo (IN/OUT) List of pointers to dat registry entries */ -int mca_btl_udapl_modify_ia_list(DAT_COUNT *num_info_entries, +static int mca_btl_udapl_modify_ia_list(DAT_COUNT *num_info_entries, DAT_PROVIDER_INFO* datinfo) { int i,j,k,found;