diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-14 19:32:01 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-14 19:32:01 (GMT) |
commit | 37a57858d5cf90799a637b80c5bf5d63dcc40fc7 (patch) | |
tree | 2b050d1679475077d814439aa7e5e25fe547e68c /src/H5Gloc.c | |
parent | efc45d5aab2fbdbad1f7bf494db91f9257a3285e (diff) | |
download | hdf5-37a57858d5cf90799a637b80c5bf5d63dcc40fc7.zip hdf5-37a57858d5cf90799a637b80c5bf5d63dcc40fc7.tar.gz hdf5-37a57858d5cf90799a637b80c5bf5d63dcc40fc7.tar.bz2 |
[svn-r13304] Description:
Fix new API routines to use same pattern of arguments for specifying an
object as the new H5G/L/O API routines.
Tested on:
Linux/32 2.6 (chicago)
Diffstat (limited to 'src/H5Gloc.c')
-rw-r--r-- | src/H5Gloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Gloc.c b/src/H5Gloc.c index d2a64e0..d447d20 100644 --- a/src/H5Gloc.c +++ b/src/H5Gloc.c @@ -379,7 +379,7 @@ done: *------------------------------------------------------------------------- */ herr_t -H5G_loc_find(H5G_loc_t *loc, const char *name, H5G_loc_t *obj_loc/*out*/, +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) { H5G_loc_fnd_t udata; /* User data for traversal callback */ |