View difference between Paste ID: rvvyUaDW and efNZXXte
SHOW: | | - or go back to the newest paste.
1
/* DO NOT EDIT THIS FILE - it is machine generated */
2
#include <jni.h>
3
/* Header for class net_sf_junace_UnACE */
4
5
#ifndef _Included_net_sf_junace_UnACE
6
#define _Included_net_sf_junace_UnACE
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10
/*
11
 * Class:     net_sf_junace_UnACE
12
 * Method:    nativeACEList
13
 * Signature: (Ljava/lang/String;Lnet/sf/junace/ACEList;)V
14
 */
15
JNIEXPORT void JNICALL Java_net_sf_junace_UnACE_nativeACEList
16
  (JNIEnv *, jobject, jstring, jobject);
17
18
/*
19
 * Class:     net_sf_junace_UnACE
20
 * Method:    LoadAceDll
21
 * Signature: ()Z
22
 */
23
JNIEXPORT jboolean JNICALL Java_net_sf_junace_UnACE_LoadAceDll
24
  (JNIEnv *, jobject);
25
26
#ifdef __cplusplus
27
}
28
#endif
29
#endif