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..6882d6f3574264d27264fa56e948cbafcc56cd45 100644 |
--- a/third_party/sqlite/src/src/recover.c |
+++ b/third_party/sqlite/src/src/recover.c |
@@ -1875,6 +1875,7 @@ static sqlite3_module recoverModule = { |
0, /* xRename - rename the table */ |
}; |
+CHROMIUM_SQLITE_API |
int recoverVtableInit(sqlite3 *db){ |
return sqlite3_create_module_v2(db, "recover", &recoverModule, NULL, 0); |
} |