mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
29 lines
613 B
C
29 lines
613 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class com_sleepycat_db_DbLsn */
|
|
|
|
#ifndef _Included_com_sleepycat_db_DbLsn
|
|
#define _Included_com_sleepycat_db_DbLsn
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: com_sleepycat_db_DbLsn
|
|
* Method: finalize
|
|
* Signature: ()V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_com_sleepycat_db_DbLsn_finalize
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: com_sleepycat_db_DbLsn
|
|
* Method: init_lsn
|
|
* Signature: ()V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_com_sleepycat_db_DbLsn_init_1lsn
|
|
(JNIEnv *, jobject);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|