summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-06-30 16:41:14 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-06-30 16:41:14 (GMT)
commite0d268380aaf032299d2792f760584d39b382425 (patch)
treed6af7d3cd7ac13ac9d573ea7dcb61dd716231caa /src/H5Fpublic.h
parentf0eb18d1403feed86832280780bf07adac40eb0e (diff)
downloadhdf5-e0d268380aaf032299d2792f760584d39b382425.zip
hdf5-e0d268380aaf032299d2792f760584d39b382425.tar.gz
hdf5-e0d268380aaf032299d2792f760584d39b382425.tar.bz2
[svn-r8770]
Purpose: New feature and its test Description: Added API H5Fget_name. It returns the name of file by object ID(file, group, dataset, named datatype, attribute) which belongs to the file. filename.c tests this function. Platforms tested: h5committest Misc. update: MANIFEST, RELEASE.txt
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 911bdff..c372130 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -114,6 +114,7 @@ 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);
+H5_DLL ssize_t H5Fget_name(hid_t obj_id, char *name, size_t size);
#ifdef __cplusplus
}