summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDmpio.h')
-rw-r--r--src/H5FDmpio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5FDmpio.h b/src/H5FDmpio.h
index 86ba0f7..7a1c344 100644
--- a/src/H5FDmpio.h
+++ b/src/H5FDmpio.h
@@ -50,6 +50,7 @@ typedef struct H5FD_mpio_dxpl_t {
#ifdef __cplusplus
extern "C" {
#endif
+
__DLL__ hid_t H5FD_mpio_init(void);
__DLL__ herr_t H5Pset_fapl_mpio(hid_t fapl_id, MPI_Comm comm, MPI_Info info);
__DLL__ herr_t H5Pget_fapl_mpio(hid_t fapl_id, MPI_Comm *comm/*out*/,
@@ -62,6 +63,7 @@ __DLL__ herr_t H5FD_mpio_setup(H5FD_t *_file, MPI_Datatype btype, MPI_Datatype f
haddr_t disp, hbool_t use_types);
__DLL__ herr_t H5FD_mpio_wait_for_left_neighbor(H5FD_t *file);
__DLL__ herr_t H5FD_mpio_signal_right_neighbor(H5FD_t *file);
+
#ifdef __cplusplus
}
#endif