convert created_db_entries into a Rust vector instead of using low-level carray

This commit is contained in:
holger krekel
2019-07-09 19:31:51 +02:00
parent 95437d726e
commit 6c4b9e79c7
2 changed files with 20 additions and 40 deletions

View File

@@ -483,6 +483,8 @@ pub const DC_STR_MSGLOCATIONDISABLED: usize = 65;
pub const DC_STR_LOCATION: usize = 66;
pub const DC_STR_COUNT: usize = 66;
pub const DC_JOB_DELETE_MSG_ON_IMAP: i32 = 110;
#[derive(Debug, Clone, Copy, PartialEq, Eq, FromPrimitive, ToPrimitive)]
#[repr(u8)]
pub enum KeyType {