1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class java_lang_ProcessHandleImpl_Info */ |
4 | |
5 | #ifndef _Included_java_lang_ProcessHandleImpl_Info |
6 | #define _Included_java_lang_ProcessHandleImpl_Info |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | /* |
11 | * Class: java_lang_ProcessHandleImpl_Info |
12 | * Method: initIDs |
13 | * Signature: ()V |
14 | */ |
15 | JNIEXPORT void JNICALL Java_java_lang_ProcessHandleImpl_00024Info_initIDs |
16 | (JNIEnv *, jclass); |
17 | |
18 | /* |
19 | * Class: java_lang_ProcessHandleImpl_Info |
20 | * Method: info0 |
21 | * Signature: (J)V |
22 | */ |
23 | JNIEXPORT void JNICALL Java_java_lang_ProcessHandleImpl_00024Info_info0 |
24 | (JNIEnv *, jobject, jlong); |
25 | |
26 | #ifdef __cplusplus |
27 | } |
28 | #endif |
29 | #endif |
30 | |