Kitxuuu's picture
Add files using upload-large-folder tool
c759c22 verified
/*
** 2024 June 4
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
**
******************************************************************************
**
** This header file is used by programs that want to link against the
** LSM1 library. All it does is declare the sqlite3LsmInit() interface.
*/
#include "sqlite3.h"
#ifdef SQLITE_OMIT_VIRTUALTABLE
# undef SQLITE_ENABLE_LSM
#endif
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
static int sqlite3LsmInit(sqlite3 *db);
#ifdef __cplusplus
} /* extern "C" */
#endif /* __cplusplus */