summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
diff options
context:
space:
mode:
authorLeon Arber <larber@ncsa.uiuc.edu>2006-11-02 22:58:38 (GMT)
committerLeon Arber <larber@ncsa.uiuc.edu>2006-11-02 22:58:38 (GMT)
commitd496206f8b92b78f809c696fb9934f68ab571ad1 (patch)
tree81e2b5513c5b72f7d17d92d2a86cefbdf4da400b /src/H5I.c
parent1ed3d8d77ec680b8ced982b1afdac94fd00c8a84 (diff)
downloadhdf5-d496206f8b92b78f809c696fb9934f68ab571ad1.zip
hdf5-d496206f8b92b78f809c696fb9934f68ab571ad1.tar.gz
hdf5-d496206f8b92b78f809c696fb9934f68ab571ad1.tar.bz2
[svn-r12849] Purpose: Feature
Description: Add ability for H5Iget_name to figure out the path name given an object reference. Tested: kagiso, sol
Diffstat (limited to 'src/H5I.c')
-rw-r--r--src/H5I.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5I.c b/src/H5I.c
index 7dbfce4..8dfb76f 100644
--- a/src/H5I.c
+++ b/src/H5I.c
@@ -124,7 +124,6 @@ H5FL_DEFINE_STATIC(H5I_id_info_t);
/*--------------------- Local function prototypes ---------------------------*/
static H5I_id_info_t *H5I_find_id(hid_t id);
-static hid_t H5I_get_file_id(hid_t obj_id);
#ifdef H5I_DEBUG_OUTPUT
static herr_t H5I_debug(H5I_type_t type);
#endif /* H5I_DEBUG_OUTPUT */
@@ -2059,7 +2058,7 @@ done:
*
*-------------------------------------------------------------------------
*/
-static hid_t
+hid_t
H5I_get_file_id(hid_t obj_id)
{
H5G_loc_t loc; /* Location of object */