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)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:18 (GMT)
commit8972b966227e39e38a7fb8e70b40d0c36c9585f9 (patch)
tree47ddd8b03dc4267bc9f6809a55e38f6354edd820 /java/src/jni/h5rImp.h
parentf56dbdc8233decbdde0906fcd1a456edfcff4fd9 (diff)
downloadhdf5-8972b966227e39e38a7fb8e70b40d0c36c9585f9.zip
hdf5-8972b966227e39e38a7fb8e70b40d0c36c9585f9.tar.gz
hdf5-8972b966227e39e38a7fb8e70b40d0c36c9585f9.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