1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
---|---|
2 | #include <jni.h> |
3 | /* Header for class sun_net_PortConfig */ |
4 | |
5 | #ifndef _Included_sun_net_PortConfig |
6 | #define _Included_sun_net_PortConfig |
7 | #ifdef __cplusplus |
8 | extern "C"{ |
9 | #endif |
10 | /* |
11 | * Class: sun_net_PortConfig |
12 | * Method: getLower0 |
13 | * Signature: ()I |
14 | */ |
15 | JNIEXPORT jint JNICALL Java_sun_net_PortConfig_getLower0 |
16 | (JNIEnv *, jclass); |
17 | |
18 | /* |
19 | * Class: sun_net_PortConfig |
20 | * Method: getUpper0 |
21 | * Signature: ()I |
22 | */ |
23 | JNIEXPORT jint JNICALL Java_sun_net_PortConfig_getUpper0 |
24 | (JNIEnv *, jclass); |
25 | |
26 | #ifdef __cplusplus |
27 | } |
28 | #endif |
29 | #endif |
30 |