summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5rImp.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-03 20:43:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-03 20:43:05 (GMT)
commit12fd139e9045e989d3b9d9ecf63895b26880f609 (patch)
tree3b1219cfacc155d7608c2b62733b3cffe3395375 /java/src/jni/h5rImp.h
parent7c057f658a7a8e42d82afedf79a1da06dc098cba (diff)
downloadhdf5-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.h6
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