blob: 3a7078290c3c17d37a6425333d3bff94d38a806b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* DO NOT EDIT THIS FILE - it is machine generated */
#ifndef __java_net_NetworkInterface__
#define __java_net_NetworkInterface__
#include <jni.h>
#ifdef __cplusplus
extern "C"
{
#endif
JNIEXPORT jobject JNICALL Java_java_net_NetworkInterface_getRealNetworkInterfaces (JNIEnv *env, jclass);
#ifdef __cplusplus
}
#endif
#endif /* __java_net_NetworkInterface__ */
|