mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
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
|