Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1112)

Unified Diff: third_party/sqlite/preprocessed/sqlite3.h

Issue 6823057: Cleanup SQLite 3.6.18 import. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/preload-cache.patch ('k') | third_party/sqlite/safe-tolower.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
/*
« no previous file with comments | « third_party/sqlite/preload-cache.patch ('k') | third_party/sqlite/safe-tolower.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698