Merged everything with MIPS version
[cacao.git] / nat / InetAddress.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/net/InetAddress */
4
5 typedef struct java_net_InetAddress {
6    java_objectheader header;
7    struct java_lang_String* hostName;
8    s4 address;
9    s4 family;
10 } java_net_InetAddress;
11
12 /*
13  * Class:     java/net/InetAddress
14  * Method:    init
15  * Signature: ()V
16  */
17 JNIEXPORT void JNICALL Java_java_net_InetAddress_init (JNIEnv *env );