rta invoke interface updates
[cacao.git] / nat / java_net_NetworkInterface.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_NET_NETWORKINTERFACE_H
4 #define _JAVA_NET_NETWORKINTERFACE_H
5
6 /* Structure information for class: java/net/NetworkInterface */
7
8 typedef struct java_net_NetworkInterface {
9    java_objectheader header;
10    struct java_lang_String* name;
11    struct java_util_Vector* inetAddresses;
12 } java_net_NetworkInterface;
13
14
15 /*
16  * Class:     java/net/NetworkInterface
17  * Method:    getRealNetworkInterfaces
18  * Signature: ()Ljava/util/Vector;
19  */
20 JNIEXPORT struct java_util_Vector* JNICALL Java_java_net_NetworkInterface_getRealNetworkInterfaces(JNIEnv *env, jclass clazz);
21
22 #endif
23