| Index: third_party/sqlite/sqlite3.h
|
| diff --git a/third_party/sqlite/sqlite3.h b/third_party/sqlite/sqlite3.h
|
| index 812939d9ebb50fe23a6ea7ad315c9ce51641acd7..207289983821cebd01a8966eafe8296c7fc9c8b3 100644
|
| --- a/third_party/sqlite/sqlite3.h
|
| +++ b/third_party/sqlite/sqlite3.h
|
| @@ -14,7 +14,7 @@
|
|
|
| // A no-op implementation of database preloading (not available
|
| // when using system sqlite).
|
| -int sqlite3Preload(sqlite3 *db) { return SQLITE_OK; }
|
| +static int sqlite3Preload(sqlite3 *db) { return SQLITE_OK; }
|
| #else
|
| #include "third_party/sqlite/preprocessed/sqlite3.h"
|
| #endif
|
|
|