File: org_eso_cpl_jni_PluginLibrary.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 (21 lines) | stat: -rw-r--r-- 554 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
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_eso_cpl_jni_PluginLibrary */

#ifndef _Included_org_eso_cpl_jni_PluginLibrary
#define _Included_org_eso_cpl_jni_PluginLibrary
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_eso_cpl_jni_PluginLibrary
 * Method:    nativeUnload
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_org_eso_cpl_jni_PluginLibrary_nativeUnload(JNIEnv *,
                                                                       jobject);

#ifdef __cplusplus
}
#endif
#endif