/* This file is machine generated, don't edit it !*/ /* Structure information for class: java/net/InetAddress */ typedef struct java_net_InetAddress { java_objectheader header; struct java_lang_String* hostName; s4 address; s4 family; } java_net_InetAddress; /* * Class: java/net/InetAddress * Method: init * Signature: ()V */ JNIEXPORT void JNICALL Java_java_net_InetAddress_init (JNIEnv *env );