File: NativeSpeed.h

package info (click to toggle)
king 2.24%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 78,588 kB
  • sloc: java: 111,577; xml: 1,868; cpp: 209; perl: 127; sh: 102; python: 99; makefile: 60; ansic: 7
file content (21 lines) | stat: -rw-r--r-- 396 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 NativeSpeed */

#ifndef _Included_NativeSpeed
#define _Included_NativeSpeed
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     NativeSpeed
 * Method:    doNativeFunc
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_NativeSpeed_doNativeFunc
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif