summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5rImp.h
diff options
context:
space:
mode:
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