diff options
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r-- | src/H5Tpublic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h index 688ed2f..22c9eb8 100644 --- a/src/H5Tpublic.h +++ b/src/H5Tpublic.h @@ -158,7 +158,8 @@ 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, void *buf, void *bkg); + size_t nelmts, size_t stride, void *buf, + void *bkg); /* * If an error occurs during a data type conversion then the function |