aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/libjava/testsuite/libjava.jni/overload.h
blob: 7b717cd09751acc7dc5933a7aa8ef7f63831a189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* DO NOT EDIT THIS FILE - it is machine generated */

#include <jni.h>

#ifndef __overload__
#define __overload__

#ifdef __cplusplus
extern "C"
{
#endif

JNIEXPORT jint JNICALL Java_overload_over__I (JNIEnv *env, jclass, jint);
JNIEXPORT jint JNICALL Java_overload_over__II (JNIEnv *env, jclass, jint, jint);

#ifdef __cplusplus
}
#endif

#endif /* __overload__ */