From fcdfcf01c8864370e1b61d3c612e0a76e0b7b09d Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 16 Jan 2004 01:34:03 +0000 Subject: [PATCH] Adjust mca_base_open() prototype -- no longer pass in lam_cmd_line_t This commit was SVN r447. --- src/mca/mca.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mca/mca.h b/src/mca/mca.h index d234401a82..d1f8d56168 100644 --- a/src/mca/mca.h +++ b/src/mca/mca.h @@ -108,7 +108,7 @@ typedef struct mca_base_module_priority_t mca_base_module_priority_t; #if defined(c_plusplus) || defined(__cplusplus) extern "C" { #endif - int mca_base_open(lam_cmd_line_t *cmd); + int mca_base_open(void); int mca_base_close(void); int mca_base_arg_setup(lam_cmd_line_t *cmd);