1 /*
2  * Copyright (c) 2012      Los Alamos National Security, LLC.  All rights reserved.
3  *
4  * $COPYRIGHT$
5  *
6  * Additional copyrights may follow
7  *
8  * $HEADER$
9  */
10 
11 /**
12  * @file
13  *
14  */
15 
16 #ifndef MCA_dfs_app_EXPORT_H
17 #define MCA_dfs_app_EXPORT_H
18 
19 #include "orte_config.h"
20 
21 #include "orte/mca/dfs/dfs.h"
22 
23 BEGIN_C_DECLS
24 
25 /*
26  * Local Component structures
27  */
28 
29 ORTE_MODULE_DECLSPEC extern orte_dfs_base_component_t mca_dfs_app_component;
30 
31 ORTE_DECLSPEC extern orte_dfs_base_module_t orte_dfs_app_module;
32 
33 END_C_DECLS
34 
35 #endif /* MCA_dfs_app_EXPORT_H */
36