diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-03 20:43:05 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-03 20:43:05 (GMT) |
commit | 12fd139e9045e989d3b9d9ecf63895b26880f609 (patch) | |
tree | 3b1219cfacc155d7608c2b62733b3cffe3395375 /java/src/jni/h5rImp.h | |
parent | 7c057f658a7a8e42d82afedf79a1da06dc098cba (diff) | |
download | hdf5-12fd139e9045e989d3b9d9ecf63895b26880f609.zip hdf5-12fd139e9045e989d3b9d9ecf63895b26880f609.tar.gz hdf5-12fd139e9045e989d3b9d9ecf63895b26880f609.tar.bz2 |
Update reference files and fix int as string
Diffstat (limited to 'java/src/jni/h5rImp.h')
-rw-r--r-- | java/src/jni/h5rImp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/jni/h5rImp.h b/java/src/jni/h5rImp.h index 7749f91..3bdb266 100644 --- a/java/src/jni/h5rImp.h +++ b/java/src/jni/h5rImp.h @@ -30,7 +30,7 @@ extern "C" { */ JNIEXPORT jbyteArray JNICALL Java_hdf_hdf5lib_H5_H5Rcreate_1object - (JNIEnv *, jclass, jlong, jstring); + (JNIEnv *, jclass, jlong, jstring, jlong); /* * Class: hdf_hdf5lib_H5 @@ -39,7 +39,7 @@ Java_hdf_hdf5lib_H5_H5Rcreate_1object */ JNIEXPORT jbyteArray JNICALL Java_hdf_hdf5lib_H5_H5Rcreate_1region - (JNIEnv *, jclass, jlong, jstring, jlong); + (JNIEnv *, jclass, jlong, jstring, jlong, jlong); /* * Class: hdf_hdf5lib_H5 @@ -48,7 +48,7 @@ Java_hdf_hdf5lib_H5_H5Rcreate_1region */ JNIEXPORT jbyteArray JNICALL Java_hdf_hdf5lib_H5_H5Rcreate_1attr - (JNIEnv *, jclass, jlong, jstring, jstring); + (JNIEnv *, jclass, jlong, jstring, jstring, jlong); /* * Class: hdf_hdf5lib_H5 |