diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-12-14 19:19:19 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-12-14 19:19:19 (GMT) |
commit | 61cee5f91a60fa369165f378fe51ca677a300e74 (patch) | |
tree | 54a13a6c7d3c46aadb5d75466dc37da58509c11b /src/H5Fprivate.h | |
parent | ddd91a7b1932d7efebcaba60d13beb5f237fc95d (diff) | |
download | hdf5-61cee5f91a60fa369165f378fe51ca677a300e74.zip hdf5-61cee5f91a60fa369165f378fe51ca677a300e74.tar.gz hdf5-61cee5f91a60fa369165f378fe51ca677a300e74.tar.bz2 |
[svn-r28646] Minor normalization with revise_chunks.
Also purged obsolete /*ARGSUSED*/ from the library.
Tested on:
Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
(these changes have been in revise_chunks for a long time)
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 658d123..fae8b99 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -645,8 +645,7 @@ H5_DLL hid_t H5F_get_driver_id(const H5F_t *f); H5_DLL herr_t H5F_get_fileno(const H5F_t *f, unsigned long *filenum); H5_DLL hbool_t H5F_has_feature(const H5F_t *f, unsigned feature); H5_DLL haddr_t H5F_get_eoa(const H5F_t *f, H5FD_mem_t type); -H5_DLL herr_t H5F_get_vfd_handle(const H5F_t *file, hid_t fapl, - void **file_handle); +H5_DLL herr_t H5F_get_vfd_handle(const H5F_t *file, hid_t fapl, void **file_handle); /* Functions that check file mounting information */ H5_DLL hbool_t H5F_is_mount(const H5F_t *file); |