1
1

Adjust mca_base_open() prototype -- no longer pass in lam_cmd_line_t

This commit was SVN r447.
Этот коммит содержится в:
Jeff Squyres 2004-01-16 01:34:03 +00:00
родитель d0f63d308a
Коммит fcdfcf01c8

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

@ -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);