mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Mark dc_imex() as safe
This commit is contained in:
committed by
holger krekel
parent
aefddf7f5e
commit
6d1076e1f6
@@ -29,7 +29,7 @@ use crate::x::*;
|
|||||||
// param1 is a directory where the keys are searched in and read from
|
// param1 is a directory where the keys are searched in and read from
|
||||||
// param1 is a directory where the backup is written to
|
// param1 is a directory where the backup is written to
|
||||||
// param1 is the file with the backup to import
|
// param1 is the file with the backup to import
|
||||||
pub unsafe fn dc_imex(
|
pub fn dc_imex(
|
||||||
context: &Context,
|
context: &Context,
|
||||||
what: libc::c_int,
|
what: libc::c_int,
|
||||||
param1: *const libc::c_char,
|
param1: *const libc::c_char,
|
||||||
|
|||||||
Reference in New Issue
Block a user