A-better-version 1.0.
[cacao.git] / nat / java_net_DatagramSocketImpl.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_NET_DATAGRAMSOCKETIMPL_H
4 #define _JAVA_NET_DATAGRAMSOCKETIMPL_H
5
6 /* Structure information for class: java/net/DatagramSocketImpl */
7
8 typedef struct java_net_DatagramSocketImpl {
9    java_objectheader header;
10    s4 localPort;
11    struct java_io_FileDescriptor* fd;
12 } java_net_DatagramSocketImpl;
13
14 #endif
15