java_net_VMNetworkInterface.h 459 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
#ifndef __java_net_VMNetworkInterface__
#define __java_net_VMNetworkInterface__

#ifdef __cplusplus
extern "C"
{
#endif

13 14
JNIEXPORT void JNICALL Java_java_net_VMNetworkInterface_initIds (JNIEnv *env, jclass);
JNIEXPORT jobjectArray JNICALL Java_java_net_VMNetworkInterface_getVMInterfaces (JNIEnv *env, jclass);
Tom Tromey committed
15 16 17 18 19 20

#ifdef __cplusplus
}
#endif

#endif /* __java_net_VMNetworkInterface__ */