summaryrefslogtreecommitdiff
path: root/dev-db/sqlite/files/sqlite-3.45.1-lto.patch
blob: 3f15d1a2926578cd9eaa11f8c6c4a9c6af527380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Bug: https://bugs.gentoo.org/924300
# Taken from https://sqlite.org/src/info/803481f25020f3c
--- a/test/fuzzcheck.c
+++ b/test/fuzzcheck.c
@@ -159,12 +159,12 @@
 } g;
 
 /*
 ** Include the external vt02.c and randomjson.c modules.
 */
-extern int sqlite3_vt02_init(sqlite3*,char***,void*);
-extern int sqlite3_randomjson_init(sqlite3*,char***,void*);
+extern int sqlite3_vt02_init(sqlite3*,char**,const sqlite3_api_routines*);
+extern int sqlite3_randomjson_init(sqlite3*,char**,const sqlite3_api_routines*);
 
 
 /*
 ** Print an error message and quit.
 */