1
1
openmpi/opal/mca/installdirs/base/base.h
George Bosilca f0dd3e329c Allow the installdir components to be compiled on Windows.
This commit was SVN r14455.
2007-04-21 06:30:30 +00:00

40 строки
822 B
C

/*
* Copyright (c) 2006 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*
*/
#ifndef OPAL_INSTALLDIRS_BASE_H
#define OPAL_INSTALLDIRS_BASE_H
#include "opal_config.h"
#include "opal/mca/installdirs/installdirs.h"
/*
* Global functions for MCA overall installdirs open and close
*/
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
OPAL_DECLSPEC int opal_installdirs_base_open(void);
OPAL_DECLSPEC int opal_installdirs_base_close(void);
/*
* Globals
*/
OPAL_DECLSPEC extern opal_list_t opal_installdirs_components;
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif
#endif /* OPAL_BASE_INSTALLDIRS_H */