| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class java_lang_Throwable */ |
| 4 | |
| 5 | #ifndef _Included_java_lang_Throwable |
| 6 | #define _Included_java_lang_Throwable |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | #undef java_lang_Throwable_serialVersionUID |
| 11 | #define java_lang_Throwable_serialVersionUID -3042686055658047285LL |
| 12 | /* |
| 13 | * Class: java_lang_Throwable |
| 14 | * Method: fillInStackTrace |
| 15 | * Signature: (I)Ljava/lang/Throwable; |
| 16 | */ |
| 17 | JNIEXPORT jthrowable JNICALL Java_java_lang_Throwable_fillInStackTrace |
| 18 | (JNIEnv *, jobject, jint); |
| 19 | |
| 20 | #ifdef __cplusplus |
| 21 | } |
| 22 | #endif |
| 23 | #endif |
| 24 | |