Mark dc_imex() as safe

This commit is contained in:
Alexander Krotov
2019-09-12 18:11:02 +03:00
committed by holger krekel
parent aefddf7f5e
commit 6d1076e1f6

View File

@@ -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 backup is written to
// param1 is the file with the backup to import
pub unsafe fn dc_imex(
pub fn dc_imex(
context: &Context,
what: libc::c_int,
param1: *const libc::c_char,