summaryrefslogtreecommitdiff
path: root/include/java_net_VMNetworkInterface.h
blob: 4d5192d28fcf2c6c5285f61ae945e5a1a61820ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class java_net_VMNetworkInterface */

#ifndef _Included_java_net_VMNetworkInterface
#define _Included_java_net_VMNetworkInterface
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     java_net_VMNetworkInterface
 * Method:    initIds
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_java_net_VMNetworkInterface_initIds
  (JNIEnv *, jclass);

/*
 * Class:     java_net_VMNetworkInterface
 * Method:    getVMInterfaces
 * Signature: ()[Ljava/net/VMNetworkInterface;
 */
JNIEXPORT jobjectArray JNICALL Java_java_net_VMNetworkInterface_getVMInterfaces
  (JNIEnv *, jclass);

#ifdef __cplusplus
}
#endif
#endif