java_net_VMInetAddress.h 746 Bytes
Newer Older
Tom Tromey committed
1 2
/* DO NOT EDIT THIS FILE - it is machine generated */

3 4
#include <jni.h>

Tom Tromey committed
5 6 7 8 9 10 11 12 13 14 15 16
#ifndef __java_net_VMInetAddress__
#define __java_net_VMInetAddress__

#ifdef __cplusplus
extern "C"
{
#endif

JNIEXPORT jstring JNICALL Java_java_net_VMInetAddress_getLocalHostname (JNIEnv *env, jclass);
JNIEXPORT jbyteArray JNICALL Java_java_net_VMInetAddress_lookupInaddrAny (JNIEnv *env, jclass);
JNIEXPORT jstring JNICALL Java_java_net_VMInetAddress_getHostByAddr (JNIEnv *env, jclass, jbyteArray);
JNIEXPORT jobjectArray JNICALL Java_java_net_VMInetAddress_getHostByName (JNIEnv *env, jclass, jstring);
17
JNIEXPORT jbyteArray JNICALL Java_java_net_VMInetAddress_aton (JNIEnv *env, jclass, jstring);
Tom Tromey committed
18 19 20 21 22 23

#ifdef __cplusplus
}
#endif

#endif /* __java_net_VMInetAddress__ */