22 lines
373 B
C
22 lines
373 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class foo_bar */
|
|
|
|
#ifndef _Included_foo_bar
|
|
#define _Included_foo_bar
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: foo_bar
|
|
* Method: aardvark
|
|
* Signature: ()V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_foo_00024bar_aardvark
|
|
(JNIEnv *, jobject);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|