2007-02-13 Andrew Haley <aph@redhat.com>
[gcc.git] / libjava / testsuite / libjava.jni / overload.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2
3 #include <jni.h>
4
5 #ifndef __overload__
6 #define __overload__
7
8 #ifdef __cplusplus
9 extern "C"
10 {
11 #endif
12
13 JNIEXPORT jint JNICALL Java_overload_over__I (JNIEnv *env, jclass, jint);
14 JNIEXPORT jint JNICALL Java_overload_over__II (JNIEnv *env, jclass, jint, jint);
15
16 #ifdef __cplusplus
17 }
18 #endif
19
20 #endif /* __overload__ */