blob: 1a776e3b8bc83f64df13377109fe4d4bb0148393 [file] [log] [blame]
Piotr Jastrzebski51b1b692015-02-16 15:01:09 +00001/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class java_io_FileDescriptor */
4
5#ifndef _Included_java_io_FileDescriptor
6#define _Included_java_io_FileDescriptor
7#ifdef __cplusplus
8extern "C" {
9#endif
10/*
11 * Class: java_io_FileDescriptor
12 * Method: sync
13 * Signature: ()V
14 */
15JNIEXPORT void JNICALL Java_java_io_FileDescriptor_sync
16 (JNIEnv *, jobject);
17
18/*
19 * Class: java_io_FileDescriptor
20 * Method: initIDs
21 * Signature: ()V
22 */
23JNIEXPORT void JNICALL Java_java_io_FileDescriptor_initIDs
24 (JNIEnv *, jclass);
25
26#ifdef __cplusplus
27}
28#endif
29#endif