continue rustification

This commit is contained in:
dignifiedquire
2019-05-01 14:50:09 +02:00
parent 72e9fe6150
commit 75319dbf67
23 changed files with 2091 additions and 2120 deletions

View File

@@ -1034,7 +1034,7 @@ unsafe fn encrypted_and_signed(
return 1i32;
}
pub unsafe fn dc_handle_degrade_event(
mut context: *mut dc_context_t,
mut context: &dc_context_t,
mut peerstate: *mut dc_apeerstate_t,
) {
let mut stmt: &sqlite3_stmt = 0 as *mut sqlite3_stmt;