projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f6aa78
)
missing declaration
author
bdemsky
<bdemsky>
Fri, 3 Jun 2011 23:40:22 +0000
(23:40 +0000)
committer
bdemsky
<bdemsky>
Fri, 3 Jun 2011 23:40:22 +0000
(23:40 +0000)
Robust/src/Runtime/jni/jni-private.h
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/jni/jni-private.h
b/Robust/src/Runtime/jni/jni-private.h
index 3319a9ee4ca96a0ea6d72dc0c6129175fc51225f..877b7bc3d9889527d3a7eab82585623bb40df945 100644
(file)
--- a/
Robust/src/Runtime/jni/jni-private.h
+++ b/
Robust/src/Runtime/jni/jni-private.h
@@
-2,6
+2,8
@@
#define JNI_PRIVATE_H
#include "jni.h"
+extern struct JNINativeInterface_ JNI_vtable;
+
struct _jmethodID {
char *methodname;
};