14 #ifndef OPAL_INSTALLDIRS_BASE_H
15 #define OPAL_INSTALLDIRS_BASE_H
17 #include "opal_config.h"
19 #include "opal/mca/installdirs/installdirs.h"
26 OPAL_DECLSPEC
int opal_installdirs_base_open(
void);
27 OPAL_DECLSPEC
int opal_installdirs_base_close(
void);
33 char * opal_install_dirs_expand_setup(
const char* input);
39 OPAL_DECLSPEC
extern opal_list_t opal_installdirs_components;
Definition: opal_list.h:147