mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
30 lines
608 B
C
30 lines
608 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class JNIKiwix */
|
|
|
|
#ifndef _Included_JNIKiwix
|
|
#define _Included_JNIKiwix
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: JNIKiwix
|
|
* Method: nativeLoadZIM
|
|
* Signature: ()Ljava/lang/Boolean;
|
|
*/
|
|
JNIEXPORT jobject JNICALL Java_JNIKiwix_nativeLoadZIM
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: JNIKiwix
|
|
* Method: nativeGetContent
|
|
* Signature: (Ljava/lang/String;)Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL Java_JNIKiwix_nativeGetContent
|
|
(JNIEnv *, jobject, jstring);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|