summaryrefslogtreecommitdiff
path: root/src/jvm/jvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jvm/jvm.h')
-rw-r--r--src/jvm/jvm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jvm/jvm.h b/src/jvm/jvm.h
index e2f99e4..b3f37a1 100644
--- a/src/jvm/jvm.h
+++ b/src/jvm/jvm.h
@@ -72,6 +72,9 @@ struct jvm {
JavaVM vm; // points to invoke
};
+const char*
+jvm_get_class_name(struct jvm *jvm, jobject object);
+
void*
jvm_get_native_method(struct jvm *jvm, const char *klass, const char *method);