diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-12-14 01:22:33 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-12-14 01:22:33 (GMT) |
commit | abf03a6c650928881a6c929312d1e4f50101d50e (patch) | |
tree | 29a88ab0bff52265c2ca0f80a0ae0aeeeccb1c00 /src/H5Gprivate.h | |
parent | e78db67c621a2ce04d95c1c6b2b4b3c23682abfb (diff) | |
download | hdf5-abf03a6c650928881a6c929312d1e4f50101d50e.zip hdf5-abf03a6c650928881a6c929312d1e4f50101d50e.tar.gz hdf5-abf03a6c650928881a6c929312d1e4f50101d50e.tar.bz2 |
[svn-r28612] Normalization of H5G package with revise_chunks.
Mostly minor fixes like warnings, etc.
Tested on:
Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
(these changes have been in revise_chunks for a long time)
Diffstat (limited to 'src/H5Gprivate.h')
-rw-r--r-- | src/H5Gprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Gprivate.h b/src/H5Gprivate.h index baf4209..1ab5522 100644 --- a/src/H5Gprivate.h +++ b/src/H5Gprivate.h @@ -280,6 +280,7 @@ H5_DLL H5RS_str_t *H5G_build_fullpath_refstr_str(H5RS_str_t *path_r, const char * These functions operate on group "locations" */ H5_DLL herr_t H5G_loc(hid_t loc_id, H5G_loc_t *loc); +H5_DLL herr_t H5G_loc_copy(H5G_loc_t *dst, const H5G_loc_t *src, H5_copy_depth_t depth); H5_DLL herr_t H5G_loc_find(const H5G_loc_t *loc, const char *name, H5G_loc_t *obj_loc/*out*/, hid_t lapl_id, hid_t dxpl_id); H5_DLL herr_t H5G_loc_find_by_idx(H5G_loc_t *loc, const char *group_name, |