Added unneeded .h files to CLEANFILES.
[cacao.git] / nat / java_io_RandomAccessFile.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_IO_RANDOMACCESSFILE_H
4 #define _JAVA_IO_RANDOMACCESSFILE_H
5
6 /* Structure information for class: java/io/RandomAccessFile */
7
8 typedef struct java_io_RandomAccessFile {
9    java_objectheader header;
10    struct gnu_java_nio_channels_FileChannelImpl* ch;
11    struct java_io_FileDescriptor* fd;
12    struct java_io_DataOutputStream* out;
13    struct java_io_DataInputStream* in;
14 } java_io_RandomAccessFile;
15
16 #endif
17