summaryrefslogtreecommitdiffstats
path: root/src/H5Rpkg.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-22 17:57:03 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-22 17:57:03 (GMT)
commita487ca20d961937e39f7f46b183f1be1c33022d4 (patch)
tree80c4fc2c73b614580db86d04bbd0b4494c7c0ed8 /src/H5Rpkg.h
parentad8de00a0e61dce379f2eb9d424924aad63fe7bc (diff)
downloadhdf5-a487ca20d961937e39f7f46b183f1be1c33022d4.zip
hdf5-a487ca20d961937e39f7f46b183f1be1c33022d4.tar.gz
hdf5-a487ca20d961937e39f7f46b183f1be1c33022d4.tar.bz2
[svn-r25464] more alignment with trunk.
Diffstat (limited to 'src/H5Rpkg.h')
-rw-r--r--src/H5Rpkg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Rpkg.h b/src/H5Rpkg.h
index f2e9e1a..c74329f 100644
--- a/src/H5Rpkg.h
+++ b/src/H5Rpkg.h
@@ -66,8 +66,7 @@ H5_DLL herr_t H5R_create(void *ref, H5G_loc_t *loc, const char *name,
H5_DLL H5S_t * H5R_get_region(H5F_t *file, hid_t dxpl_id, const void *_ref);
H5_DLL ssize_t H5R_get_name(H5G_loc_t *loc, hid_t lapl_id, hid_t dxpl_id, H5R_type_t ref_type,
const void *_ref, char *name, size_t size);
-//H5_DLL ssize_t H5R_get_name(H5F_t *file, hid_t lapl_id, hid_t dxpl_id, hid_t id,
-// H5R_type_t ref_type, const void *_ref, char *name, size_t size);
+
#endif /* _H5Rpkg_H */