summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 503f8c5..e9717d1 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -81,8 +81,8 @@ herr_t H5Pget_split (hid_t tid, size_t meta_ext_size, char *meta_ext/*out*/,
hid_t *meta_properties/*out*/, size_t raw_ext_size,
char *raw_ext/*out*/, hid_t *raw_properties/*out*/);
-herr_t H5Pset_family (hid_t tid, size_t offset_bits, hid_t memb_tid);
-herr_t H5Pget_family (hid_t tid, size_t *offset_bits/*out*/,
+herr_t H5Pset_family (hid_t tid, hsize_t memb_size, hid_t memb_tid);
+herr_t H5Pget_family (hid_t tid, hsize_t *memb_size/*out*/,
hid_t *memb_tid/*out*/);
herr_t H5Pset_buffer (hid_t plist_id, size_t size, void *tconv, void *bkg);
size_t H5Pget_buffer (hid_t plist_id, void **tconv/*out*/, void **bkg/*out*/);