diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-06-24 22:20:08 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-06-24 22:20:08 (GMT) |
commit | a89057a2cd6e1f939a0021244832fa4f635790bb (patch) | |
tree | a9f91881bb59ec76945b6fac50910e999ea3bea5 /src/H5Fpublic.h | |
parent | 705900b05cf7fc35de51991cd904629e53c983e9 (diff) | |
download | hdf5-a89057a2cd6e1f939a0021244832fa4f635790bb.zip hdf5-a89057a2cd6e1f939a0021244832fa4f635790bb.tar.gz hdf5-a89057a2cd6e1f939a0021244832fa4f635790bb.tar.bz2 |
[svn-r8741] *** empty log message ***
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r-- | src/H5Fpublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index 431f9bc..911bdff 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -113,6 +113,7 @@ H5_DLL herr_t H5Fget_vfd_handle(hid_t file_id, hid_t fapl, void** file_handle); H5_DLL herr_t H5Fmount(hid_t loc, const char *name, hid_t child, hid_t plist); H5_DLL herr_t H5Funmount(hid_t loc, const char *name); H5_DLL hssize_t H5Fget_freespace(hid_t file_id); +H5_DLL haddr_t H5Fget_filesize(hid_t file_id); #ifdef __cplusplus } |