mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-01 23:31:37 +00:00
24 lines
551 B
C
24 lines
551 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
#include <jni.h>
|
|
|
|
#ifndef __java_net_VMURLConnection__
|
|
#define __java_net_VMURLConnection__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
JNIEXPORT void JNICALL Java_java_net_VMURLConnection_init (JNIEnv *env, jclass);
|
|
JNIEXPORT jstring JNICALL Java_java_net_VMURLConnection_guessContentTypeFromBuffer (JNIEnv *env, jclass, jbyteArray, jint);
|
|
|
|
#undef java_net_VMURLConnection_LENGTH
|
|
#define java_net_VMURLConnection_LENGTH 1024L
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __java_net_VMURLConnection__ */
|