1 /* DO NOT EDIT THIS FILE - it is machine generated */ 2 #include <jni.h> 3 /* Header for class sun_nio_ch_UnixAsynchronousServerSocketChannelImpl */ 4 5 #ifndef _Included_sun_nio_ch_UnixAsynchronousServerSocketChannelImpl 6 #define _Included_sun_nio_ch_UnixAsynchronousServerSocketChannelImpl 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 10 /* 11 * Class: sun_nio_ch_UnixAsynchronousServerSocketChannelImpl 12 * Method: initIDs 13 * Signature: ()V 14 */ 15 JNIEXPORT void JNICALL Java_sun_nio_ch_UnixAsynchronousServerSocketChannelImpl_initIDs 16 (JNIEnv *, jclass); 17 18 /* 19 * Class: sun_nio_ch_UnixAsynchronousServerSocketChannelImpl 20 * Method: accept0 21 * Signature: (Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;[Ljava/net/InetSocketAddress;)I 22 */ 23 JNIEXPORT jint JNICALL Java_sun_nio_ch_UnixAsynchronousServerSocketChannelImpl_accept0 24 (JNIEnv *, jobject, jobject, jobject, jobjectArray); 25 26 #ifdef __cplusplus 27 } 28 #endif 29 #endif 30