mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-14 23:42:25 +08:00
chore: update sqlcipher → 4.6.1 (SQLite 3.46.1)
Signed-off-by: Sam Gammon <sam@elide.ventures>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* automatically generated by rust-bindgen 0.69.4 */
|
||||
/* automatically generated by rust-bindgen 0.70.1 */
|
||||
|
||||
extern "C" {
|
||||
pub fn sqlite3_auto_extension(
|
||||
@@ -23,10 +23,10 @@ extern "C" {
|
||||
) -> ::std::os::raw::c_int;
|
||||
}
|
||||
|
||||
pub const SQLITE_VERSION: &[u8; 7] = b"3.45.3\0";
|
||||
pub const SQLITE_VERSION_NUMBER: i32 = 3045003;
|
||||
pub const SQLITE_VERSION: &[u8; 7] = b"3.46.1\0";
|
||||
pub const SQLITE_VERSION_NUMBER: i32 = 3046001;
|
||||
pub const SQLITE_SOURCE_ID: &[u8; 85] =
|
||||
b"2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1ealt1\0";
|
||||
b"2024-08-13 09:16:08 c9c2ab54ba1f5f46360f1b4f35d849cd3f080e6fc2b6c60e91b16c63f69aalt1\0";
|
||||
pub const SQLITE_OK: i32 = 0;
|
||||
pub const SQLITE_ERROR: i32 = 1;
|
||||
pub const SQLITE_INTERNAL: i32 = 2;
|
||||
@@ -2916,6 +2916,12 @@ extern "C" {
|
||||
pData: *mut ::std::os::raw::c_void,
|
||||
) -> ::std::os::raw::c_int;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn sqlite3changegroup_add_change(
|
||||
arg1: *mut sqlite3_changegroup,
|
||||
arg2: *mut sqlite3_changeset_iter,
|
||||
) -> ::std::os::raw::c_int;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn sqlite3changegroup_output(
|
||||
arg1: *mut sqlite3_changegroup,
|
||||
|
||||
Reference in New Issue
Block a user