summaryrefslogtreecommitdiffstats
path: root/src/H5B2pkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2012-10-12 03:23:08 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2012-10-12 03:23:08 (GMT)
commit75cdc2dedf20a0fefb44e69e9744e7a1fc778d0d (patch)
tree231f8995f999d21e2ee96d6be012b1f2805d4134 /src/H5B2pkg.h
parentd2f3c1b991b1990fe70afa64b3ca1941165a94c4 (diff)
downloadhdf5-75cdc2dedf20a0fefb44e69e9744e7a1fc778d0d.zip
hdf5-75cdc2dedf20a0fefb44e69e9744e7a1fc778d0d.tar.gz
hdf5-75cdc2dedf20a0fefb44e69e9744e7a1fc778d0d.tar.bz2
[svn-r22887] Purpose:
Fixes a variety of compile warnings and issues in the B-tree and heap code. Tested on: jam
Diffstat (limited to 'src/H5B2pkg.h')
-rw-r--r--src/H5B2pkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B2pkg.h b/src/H5B2pkg.h
index 50cd153..f00cde6 100644
--- a/src/H5B2pkg.h
+++ b/src/H5B2pkg.h
@@ -294,7 +294,7 @@ H5_DLL H5B2_hdr_t *H5B2_hdr_alloc(H5F_t *f);
H5_DLL haddr_t H5B2_hdr_create(H5F_t *f, hid_t dxpl_id,
const H5B2_create_t *cparam, void *ctx_udata, void *parent);
H5_DLL herr_t H5B2_hdr_init(H5B2_hdr_t *hdr, const H5B2_create_t *cparam,
- void *ctx_udata, void *parent, uint16_t depth);
+ void *ctx_udata, void *parent, unsigned depth);
H5_DLL herr_t H5B2_hdr_incr(H5B2_hdr_t *hdr);
H5_DLL herr_t H5B2_hdr_decr(H5B2_hdr_t *hdr);
H5_DLL herr_t H5B2_hdr_fuse_incr(H5B2_hdr_t *hdr);