Index: include/jni.h.in =================================================================== RCS file: /cvsroot/classpath/classpath/include/jni.h.in,v retrieving revision 1.7 diff -u -r1.7 jni.h.in --- include/jni.h.in 29 Mar 2004 07:07:26 -0000 1.7 +++ include/jni.h.in 28 Apr 2004 07:44:16 -0000 @@ -392,7 +392,7 @@ void (JNICALL *ReleaseStringChars) (JNIEnv *, jstring, const jchar *); /* 166 */ jstring (JNICALL *NewStringUTF) (JNIEnv *, const char *); /* 167 */ jsize (JNICALL *GetStringUTFLength) (JNIEnv *, jstring); /* 168 */ - const jbyte * (JNICALL *GetStringUTFChars) (JNIEnv *, jstring, jboolean *); /* 169 */ + const char * (JNICALL *GetStringUTFChars) (JNIEnv *, jstring, jboolean *); /* 169 */ void (JNICALL *ReleaseStringUTFChars) (JNIEnv *, jstring, const char *); /* 170 */ jsize (JNICALL *GetArrayLength) (JNIEnv *, jarray); /* 171 */ jarray (JNICALL *NewObjectArray) (JNIEnv *, jsize, jclass, jobject); /* 172 */