diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-10-13 17:17:50 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-10-13 17:17:50 (GMT) |
commit | 0e9e49d635c1acb45483e6d0c77b28610757ff32 (patch) | |
tree | 76f41c84a55e3b86b7e72789649f4b401f7ebe3c /src/H5Gprivate.h | |
parent | 60b0109164d3b6a1abbed3bbc923f43dbab043df (diff) | |
download | hdf5-0e9e49d635c1acb45483e6d0c77b28610757ff32.zip hdf5-0e9e49d635c1acb45483e6d0c77b28610757ff32.tar.gz hdf5-0e9e49d635c1acb45483e6d0c77b28610757ff32.tar.bz2 |
[svn-r753] Changes since 19981008
----------------------
./src/H5F.c
./src/H5Fprivate.h
./src/H5G.c
./src/H5Gpkg.h
./src/H5Gprivate.h
./src/H5Gpublic.h
./test/istore.c
./test/tstab.c
Removed CWG functionality.
./tools/Makefile.in
Added `_test' where I added `test' last week. Maybe now the
snapshots will start up again...
Diffstat (limited to 'src/H5Gprivate.h')
-rw-r--r-- | src/H5Gprivate.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/H5Gprivate.h b/src/H5Gprivate.h index 8c5f991..417f011 100644 --- a/src/H5Gprivate.h +++ b/src/H5Gprivate.h @@ -107,10 +107,7 @@ H5G_t *H5G_create (H5G_entry_t *loc, const char *name, size_t size_hint); H5G_t *H5G_open (H5G_entry_t *loc, const char *name); H5G_t *H5G_reopen (H5G_t *grp); herr_t H5G_close (H5G_t *grp); -herr_t H5G_set (H5G_t *grp); -herr_t H5G_push (H5G_t *grp); -herr_t H5G_pop (H5F_t *f); -H5G_t *H5G_getcwg(H5F_t *f); +H5G_t *H5G_rootof(H5F_t *f); herr_t H5G_link (H5G_entry_t *loc, H5G_link_t type, const char *cur_name, const char *new_name); herr_t H5G_get_objinfo (H5G_entry_t *loc, const char *name, |