Saving...
[cacao.git] / nat / java_util_TimeZone.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_UTIL_TIMEZONE_H
4 #define _JAVA_UTIL_TIMEZONE_H
5
6 /* Structure information for class: java/util/TimeZone */
7
8 typedef struct java_util_TimeZone {
9    java_objectheader header;
10    struct java_lang_String* ID;
11 } java_util_TimeZone;
12
13
14 /*
15  * Class:     java/util/TimeZone
16  * Method:    getDefaultTimeZoneId
17  * Signature: ()Ljava/lang/String;
18  */
19 JNIEXPORT struct java_lang_String* JNICALL Java_java_util_TimeZone_getDefaultTimeZoneId(JNIEnv *env, jclass clazz);
20
21 #endif
22