diff options
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r-- | src/H5Tpublic.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h index b735465..6e65dd7 100644 --- a/src/H5Tpublic.h +++ b/src/H5Tpublic.h @@ -162,8 +162,9 @@ typedef struct { /* All data type conversion functions are... */ typedef herr_t (*H5T_conv_t) (hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, - size_t nelmts, size_t stride, void *buf, - void *bkg, hid_t dset_xfer_plist); + size_t nelmts, size_t buf_stride, + size_t bkg_stride, void *buf, void *bkg, + hid_t dset_xfer_plist); /* * If an error occurs during a data type conversion then the function |