c89 fix.
[cacao.git] / nat / java_lang_VMSecurityManager.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_LANG_VMSECURITYMANAGER_H
4 #define _JAVA_LANG_VMSECURITYMANAGER_H
5
6 /* Structure information for class: java/lang/VMSecurityManager */
7
8 typedef struct java_lang_VMSecurityManager {
9    java_objectheader header;
10 } java_lang_VMSecurityManager;
11
12
13 /*
14  * Class:     java/lang/VMSecurityManager
15  * Method:    getClassContext
16  * Signature: ()[Ljava/lang/Class;
17  */
18 JNIEXPORT java_objectarray* JNICALL Java_java_lang_VMSecurityManager_getClassContext(JNIEnv *env, jclass clazz);
19
20
21 /*
22  * Class:     java/lang/VMSecurityManager
23  * Method:    currentClassLoader
24  * Signature: ()Ljava/lang/ClassLoader;
25  */
26 JNIEXPORT struct java_lang_ClassLoader* JNICALL Java_java_lang_VMSecurityManager_currentClassLoader(JNIEnv *env, jclass clazz);
27
28 #endif
29