summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-07 13:57:18 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-07 13:57:18 (GMT)
commita5d1c5c576a7a26ef78dfb4715c2b1f2cbcced3a (patch)
treed7b9efd00dc6a81b4312d75a64e09ba13e93d052 /src/H5Fpublic.h
parent4ee4926dbde7184de260f507cc42afb4738c0f82 (diff)
downloadhdf5-a5d1c5c576a7a26ef78dfb4715c2b1f2cbcced3a.zip
hdf5-a5d1c5c576a7a26ef78dfb4715c2b1f2cbcced3a.tar.gz
hdf5-a5d1c5c576a7a26ef78dfb4715c2b1f2cbcced3a.tar.bz2
[svn-r7560] Purpose:
Add feature Description: Add H5Fget_freespace() routine, to check the amount of free space in a file. This information is only valid until the file is closed currently, however (until we start recording the free space information in the file itself). Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r--src/H5Fpublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index 02fd70b..431f9bc 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -112,6 +112,7 @@ H5_DLL int H5Fget_obj_ids(hid_t file_id, unsigned types, int max_objs, hid_t *ob
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);
#ifdef __cplusplus
}