summaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.jni/throwit.h
blob: 97c7223f7d0d20bcfc4e4b33b443b8abb4e99c2a (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 */

#include <jni.h>

#ifndef __throwit__
#define __throwit__

#ifdef __cplusplus
extern "C"
{
#endif

JNIEXPORT void JNICALL Java_throwit_throwit (JNIEnv *env, jclass, jstring, jboolean);

#ifdef __cplusplus
}
#endif

#endif /* __throwit__ */