diff options
Diffstat (limited to 'src/H5Bprivate.h')
-rw-r--r-- | src/H5Bprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Bprivate.h b/src/H5Bprivate.h index c8b57b0..8a9420a 100644 --- a/src/H5Bprivate.h +++ b/src/H5Bprivate.h @@ -68,7 +68,7 @@ typedef struct H5B_class_t { H5B_subid_t id; /*id as found in file*/ size_t sizeof_nkey; /*size of native (memory) key*/ size_t (*get_sizeof_rkey) (H5F_t *, const void *); /*raw key size */ - herr_t (*new) (H5F_t *, H5B_ins_t, void *, void *, void *, haddr_t *); + herr_t (*new_node) (H5F_t*, H5B_ins_t, void*, void*, void*, haddr_t*); intn (*cmp2) (H5F_t *, void *, void *, void *); /*compare 2 keys */ intn (*cmp3) (H5F_t *, void *, void *, void *); /*compare 3 keys */ herr_t (*found) (H5F_t *, const haddr_t *, const void *, void *, |