| /* | |
| ** 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. | |
| */ | |
| extern "C" { | |
| static int sqlite3LsmInit(sqlite3 *db); | |
| } /* extern "C" */ | |