Index: third_party/sqlite/preprocessed/sqlite3.h |
diff --git a/third_party/sqlite/preprocessed/sqlite3.h b/third_party/sqlite/preprocessed/sqlite3.h |
index b9452deb904b73010fdeb81f97126b39d8d025c4..c487f951998cbc2c89f68eb894676e50b4448687 100644 |
--- a/third_party/sqlite/preprocessed/sqlite3.h |
+++ b/third_party/sqlite/preprocessed/sqlite3.h |
@@ -4694,7 +4694,7 @@ SQLITE_API int sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOff |
** them all and try to load them. If none are loadable successfully, we return |
** an error. Otherwise, we return OK. |
*/ |
-int sqlite3Preload(sqlite3 *db); |
+SQLITE_API int sqlite3_preload(sqlite3 *db); |
/* End preload-cache.patch for Chromium */ |
/* |