summaryrefslogtreecommitdiffstats
path: root/src/H5MVprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-25 00:39:37 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-25 00:39:37 (GMT)
commitfeb20aac304b39e18c70f88cae2f7cf7d5c82db2 (patch)
treee15d7e751af4e3c42e77ea955d91db4cf27a71cf /src/H5MVprivate.h
parentbdac2ecdbff2c389a222b3d93ff1eb1d23ec6b23 (diff)
downloadhdf5-feb20aac304b39e18c70f88cae2f7cf7d5c82db2.zip
hdf5-feb20aac304b39e18c70f88cae2f7cf7d5c82db2.tar.gz
hdf5-feb20aac304b39e18c70f88cae2f7cf7d5c82db2.tar.bz2
Formats the source and updates the gcc warning pragmas
Diffstat (limited to 'src/H5MVprivate.h')
-rw-r--r--src/H5MVprivate.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/H5MVprivate.h b/src/H5MVprivate.h
index 2c0e95a..e292b6e 100644
--- a/src/H5MVprivate.h
+++ b/src/H5MVprivate.h
@@ -23,23 +23,20 @@
#define _H5MVprivate_H
/* Private headers needed by this file */
-#include "H5Fprivate.h" /* File access */
+#include "H5Fprivate.h" /* File access */
/**************************/
/* Library Private Macros */
/**************************/
-
/****************************/
/* Library Private Typedefs */
/****************************/
-
/*****************************/
/* Library-private Variables */
/*****************************/
-
/***************************************/
/* Library-private Function Prototypes */
/***************************************/
@@ -50,9 +47,8 @@ H5_DLL herr_t H5MV_close(H5F_t *f);
/* File space allocation routines */
H5_DLL haddr_t H5MV_alloc(H5F_t *f, hsize_t size);
-H5_DLL herr_t H5MV_free(H5F_t *f, haddr_t addr, hsize_t size);
-H5_DLL herr_t H5MV_try_extend(H5F_t *f, haddr_t addr, hsize_t size, hsize_t extra_requested);
-H5_DLL htri_t H5MV_try_shrink(H5F_t *f, haddr_t addr, hsize_t size);
+H5_DLL herr_t H5MV_free(H5F_t *f, haddr_t addr, hsize_t size);
+H5_DLL herr_t H5MV_try_extend(H5F_t *f, haddr_t addr, hsize_t size, hsize_t extra_requested);
+H5_DLL htri_t H5MV_try_shrink(H5F_t *f, haddr_t addr, hsize_t size);
#endif /* end _H5MVprivate_H */
-