initial support for jvmti
[cacao.git] / src / native / jni.h
index ae4b974535aab2abbaf015b0eff60b14d1d812f4..0fcb67aece06cecbe4d69162b83c60982aa5dc1f 100644 (file)
@@ -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 */