X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fnative%2Fjni.h;h=0fcb67aece06cecbe4d69162b83c60982aa5dc1f;hb=eb522a6b93642caaec37e708f1b7e4e9e1f6d189;hp=ae4b974535aab2abbaf015b0eff60b14d1d812f4;hpb=7a96de64a32ab8c31842ca9e7c3a4344071ae748;p=cacao.git diff --git a/src/native/jni.h b/src/native/jni.h index ae4b97453..0fcb67aec 100644 --- a/src/native/jni.h +++ b/src/native/jni.h @@ -29,7 +29,7 @@ Changes: Christian Thalinger - $Id: jni.h 3016 2005-07-12 21:47:29Z twisti $ + $Id: jni.h 3062 2005-07-19 10:03:00Z motse $ */ @@ -611,6 +611,9 @@ jobject *jni_method_invokeNativeHelper(JNIEnv *env,struct methodinfo *mi,jobject void jni_init (); +extern void* ptr_env; +extern struct JNINativeInterface JNI_JNIEnvTable; + #endif /* _JNI_H */