diff --git a/orte/mca/grpcomm/base/grpcomm_base_frame.c b/orte/mca/grpcomm/base/grpcomm_base_frame.c index f9415df291..5e097acba6 100644 --- a/orte/mca/grpcomm/base/grpcomm_base_frame.c +++ b/orte/mca/grpcomm/base/grpcomm_base_frame.c @@ -64,7 +64,7 @@ static int orte_grpcomm_base_close(void) * Function for finding and opening either all MCA components, or the one * that was specifically requested via a MCA parameter. */ -int orte_grpcomm_base_open(mca_base_open_flag_t flags) +static int orte_grpcomm_base_open(mca_base_open_flag_t flags) { /* Debugging / verbose output. Always have stream open, with verbose set by the mca open system... */