framework for handbook added
[cacao.git] / nat / FileDescriptor.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/io/FileDescriptor */
4
5 typedef struct java_io_FileDescriptor {
6    java_objectheader header;
7    s4 fd;
8 } java_io_FileDescriptor;
9
10 /*
11  * Class:     java/io/FileDescriptor
12  * Method:    initIDs
13  * Signature: ()V
14  */
15 JNIEXPORT void JNICALL Java_java_io_FileDescriptor_initIDs (JNIEnv *env );
16 /*
17  * Class:     java/io/FileDescriptor
18  * Method:    sync
19  * Signature: ()V
20  */
21 JNIEXPORT void JNICALL Java_java_io_FileDescriptor_sync (JNIEnv *env ,  struct java_io_FileDescriptor* this );