mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
f2b81d88ba
Fixes #5381 // FREEBIE
22 lines
598 B
C
22 lines
598 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_thoughtcrime_securesms_util_FileUtils */
|
|
|
|
#ifndef _Included_org_thoughtcrime_securesms_util_FileUtils
|
|
#define _Included_org_thoughtcrime_securesms_util_FileUtils
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_thoughtcrime_securesms_util_FileUtils
|
|
* Method: getFileDescriptorOwner
|
|
* Signature: (Ljava/io/FileDescriptor;)I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_org_thoughtcrime_securesms_util_FileUtils_getFileDescriptorOwner
|
|
(JNIEnv *, jclass, jobject);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|