mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-08 08:34:30 +00:00
19 lines
680 B
C++
19 lines
680 B
C++
![]() |
#include <jni.h>
|
||
|
#include "conversation.h"
|
||
|
|
||
|
#pragma clang diagnostic push
|
||
|
extern "C"
|
||
|
#pragma ide diagnostic ignored "bugprone-reserved-identifier"
|
||
|
JNIEXPORT jobject JNICALL
|
||
|
Java_network_loki_messenger_libsession_1util_ConversationVolatileConfig_00024Companion_newInstance___3B(
|
||
|
JNIEnv *env, jobject thiz, jbyteArray ed25519_secret_key) {
|
||
|
|
||
|
}
|
||
|
extern "C"
|
||
|
#pragma ide diagnostic ignored "bugprone-reserved-identifier"
|
||
|
JNIEXPORT jobject JNICALL
|
||
|
Java_network_loki_messenger_libsession_1util_ConversationVolatileConfig_00024Companion_newInstance___3B_3B(
|
||
|
JNIEnv *env, jobject thiz, jbyteArray ed25519_secret_key, jbyteArray initial_dump) {
|
||
|
|
||
|
}
|
||
|
#pragma clang diagnostic pop
|