gcc/libjava/testsuite/libjava.jni/overload.h
Tom Tromey 97b8365caf Merged gcj-eclipse branch to trunk.
From-SVN: r120621
2007-01-09 19:58:05 +00:00

21 lines
367 B
C

/* 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__ */