aboutsummaryrefslogtreecommitdiff
path: root/winsrc/lombok_installer_WindowsDriveInfo.h
blob: 3f6c28fff05fbbd41e6c6743cb5e19298c842ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class lombok_installer_WindowsDriveInfo */

#ifndef _Included_lombok_installer_WindowsDriveInfo
#define _Included_lombok_installer_WindowsDriveInfo
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     lombok_installer_WindowsDriveInfo
 * Method:    getLogicalDrives0
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_lombok_installer_WindowsDriveInfo_getLogicalDrives0
  (JNIEnv *, jobject);

/*
 * Class:     lombok_installer_WindowsDriveInfo
 * Method:    getDriveType
 * Signature: (Ljava/lang/String;)I
 */
JNIEXPORT jint JNICALL Java_lombok_installer_WindowsDriveInfo_getDriveType
  (JNIEnv *, jobject, jstring);

#ifdef __cplusplus
}
#endif
#endif