mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-16 12:42:18 +08:00
Fix sqlite3_auto_extension xEntryPoint signature
This commit is contained in:
@@ -529,7 +529,7 @@ mod bindings {
|
||||
pub fn sqlite3_auto_extension(
|
||||
xEntryPoint: ::std::option::Option<unsafe extern "C" fn(db: *mut sqlite3,
|
||||
pzErrMsg: *mut *const ::std::os::raw::c_char,
|
||||
pThunk: *mut sqlite3_api_routines
|
||||
pThunk: *const sqlite3_api_routines
|
||||
) -> ::std::os::raw::c_int>,
|
||||
) -> ::std::os::raw::c_int;
|
||||
}"#,
|
||||
|
Reference in New Issue
Block a user