File: org_eso_cpl_jni_LibraryLoader.h

package info (click to toggle)
cpl 7.2.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,312 kB
  • sloc: ansic: 141,047; javascript: 6,382; sh: 4,452; makefile: 660
file content (40 lines) | stat: -rw-r--r-- 1,120 bytes parent folder | download | duplicates (3)
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
30
31
32
33
34
35
36
37
38
39
40
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_eso_cpl_jni_LibraryLoader */

#ifndef _Included_org_eso_cpl_jni_LibraryLoader
#define _Included_org_eso_cpl_jni_LibraryLoader
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_eso_cpl_jni_LibraryLoader
 * Method:    nativeLTDLInit
 * Signature: ()V
 */
JNIEXPORT void JNICALL
Java_org_eso_cpl_jni_LibraryLoader_nativeLTDLInit(JNIEnv *, jclass);

/*
 * Class:     org_eso_cpl_jni_LibraryLoader
 * Method:    nativeLTDLExit
 * Signature: ()V
 */
JNIEXPORT void JNICALL
Java_org_eso_cpl_jni_LibraryLoader_nativeLTDLExit(JNIEnv *, jclass);

/*
 * Class:     org_eso_cpl_jni_LibraryLoader
 * Method:    nativeMakeLibrary
 * Signature: (Ljava/lang/String;Ljava/lang/String;)Lorg/eso/cpl/jni/PluginLibrary;
 */
JNIEXPORT jobject JNICALL
Java_org_eso_cpl_jni_LibraryLoader_nativeMakeLibrary(JNIEnv *,
                                                     jclass,
                                                     jstring,
                                                     jstring);

#ifdef __cplusplus
}
#endif
#endif