From 0d7ec99e1dbcaafa8c39495df555acd7b7ad63bb Mon Sep 17 00:00:00 2001 From: Robert Kim Yates Date: Mon, 31 Aug 1998 16:30:31 -0500 Subject: [svn-r638] Added function prototypes. --- src/H5Smpio.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/H5Smpio.c b/src/H5Smpio.c index fb0a51e..4701a3f 100644 --- a/src/H5Smpio.c +++ b/src/H5Smpio.c @@ -31,6 +31,32 @@ #define INTERFACE_INIT NULL static intn interface_initialize_g = FALSE; +static herr_t +H5S_mpio_all_type( const H5S_t *space, const size_t elmt_size, + /* out: */ + MPI_Datatype *new_type, + hsize_t *count, + hbool_t *is_derived_type ); +static herr_t +H5S_mpio_hyper_type( const H5S_t *space, const size_t elmt_size, + /* out: */ + MPI_Datatype *new_type, + hsize_t *count, + hbool_t *is_derived_type ); +static herr_t +H5S_mpio_space_type( const H5S_t *space, const size_t elmt_size, + /* out: */ + MPI_Datatype *new_type, + hsize_t *count, + hbool_t *is_derived_type ); +static herr_t +H5S_mpio_spaces_xfer (H5F_t *f, const struct H5O_layout_t *layout, + const struct H5O_pline_t *pline, + const struct H5O_efl_t *efl, size_t elmt_size, + const H5S_t *file_space, const H5S_t *mem_space, + const H5D_transfer_t xfer_mode, void *buf /*out*/, + const hbool_t do_write ); + /*------------------------------------------------------------------------- * Function: H5S_mpio_all_type * -- cgit v0.12