| Index: third_party/sqlite/src/src/recover.c
|
| diff --git a/third_party/sqlite/src/src/recover.c b/third_party/sqlite/src/src/recover.c
|
| index c91c88d66c309c8e607e749b77f218f3275531b3..f57cc2b2ee30f409610f178d742748bb4be0c61b 100644
|
| --- a/third_party/sqlite/src/src/recover.c
|
| +++ b/third_party/sqlite/src/src/recover.c
|
| @@ -1875,7 +1875,8 @@ static sqlite3_module recoverModule = {
|
| 0, /* xRename - rename the table */
|
| };
|
|
|
| -int recoverVtableInit(sqlite3 *db){
|
| +/* TODO(shess): This is internal, not part of API. */
|
| +SQLITE_API int recoverVtableInit(sqlite3 *db){
|
| return sqlite3_create_module_v2(db, "recover", &recoverModule, NULL, 0);
|
| }
|
|
|
|
|