1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class sun_nio_fs_UnixCopyFile */
4 
5 #ifndef _Included_sun_nio_fs_UnixCopyFile
6 #define _Included_sun_nio_fs_UnixCopyFile
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     sun_nio_fs_UnixCopyFile
12  * Method:    transfer
13  * Signature: (IIJ)V
14  */
15 JNIEXPORT void JNICALL Java_sun_nio_fs_UnixCopyFile_transfer
16   (JNIEnv *, jclass, jint, jint, jlong);
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 #endif
22