mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
39 lines
976 B
C
39 lines
976 B
C
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
#include <jni.h>
|
||
|
/* Header for class network_loki_lokinet_LokinetConfig */
|
||
|
|
||
|
#ifndef _Included_network_loki_lokinet_LokinetConfig
|
||
|
#define _Included_network_loki_lokinet_LokinetConfig
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"
|
||
|
{
|
||
|
#endif
|
||
|
/*
|
||
|
* Class: network_loki_lokinet_LokinetConfig
|
||
|
* Method: Obtain
|
||
|
* Signature: ()Ljava/nio/Buffer;
|
||
|
*/
|
||
|
JNIEXPORT jobject JNICALL
|
||
|
Java_network_loki_lokinet_LokinetConfig_Obtain(JNIEnv *, jclass);
|
||
|
|
||
|
/*
|
||
|
* Class: network_loki_lokinet_LokinetConfig
|
||
|
* Method: Free
|
||
|
* Signature: (Ljava/nio/Buffer;)V
|
||
|
*/
|
||
|
JNIEXPORT void JNICALL
|
||
|
Java_network_loki_lokinet_LokinetConfig_Free(JNIEnv *, jclass, jobject);
|
||
|
|
||
|
/*
|
||
|
* Class: network_loki_lokinet_LokinetConfig
|
||
|
* Method: Load
|
||
|
* Signature: (Ljava/lang/String;)Z
|
||
|
*/
|
||
|
JNIEXPORT jboolean JNICALL
|
||
|
Java_network_loki_lokinet_LokinetConfig_Load(JNIEnv *, jobject, jstring);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|