mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
30 lines
613 B
C
30 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
|