diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-03-03 20:06:29 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-03-03 20:06:29 (GMT) |
commit | 1083071530471faf1641b4182785311aa9bac674 (patch) | |
tree | e0068035580a0b04407cea1a12947e3ea528fbf3 /src/H5Bprivate.h | |
parent | 5585643bb3643bbba7245b2c742e8008d8df5cfc (diff) | |
download | hdf5-1083071530471faf1641b4182785311aa9bac674.zip hdf5-1083071530471faf1641b4182785311aa9bac674.tar.gz hdf5-1083071530471faf1641b4182785311aa9bac674.tar.bz2 |
[svn-r6452] Purpose:
Code cleanup
Description:
Add B-tree node debugging routine for symbol table nodes (i.e. groups)
Platforms tested:
FreeBSD 4.7 (sleipnir)
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 28e3060..7b13764 100644 --- a/src/H5Bprivate.h +++ b/src/H5Bprivate.h @@ -105,7 +105,7 @@ typedef struct H5B_class_t { /* encode, decode, debug key values */ herr_t (*decode)(H5F_t*, struct H5B_t*, uint8_t*, void*); herr_t (*encode)(H5F_t*, struct H5B_t*, uint8_t*, void*); - herr_t (*debug_key)(FILE*, int, int, const void*, const void*); + herr_t (*debug_key)(FILE*, H5F_t*, hid_t, int, int, const void*, const void*); } H5B_class_t; |