mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
Remove #[repr(C)] from dc_simplify_t
This commit is contained in:
committed by
holger krekel
parent
be605d8ea5
commit
14ce55b1a8
@@ -3,7 +3,6 @@ use crate::dc_tools::*;
|
||||
use crate::x::*;
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
#[repr(C)]
|
||||
pub struct dc_simplify_t {
|
||||
pub is_forwarded: libc::c_int,
|
||||
pub is_cut_at_begin: libc::c_int,
|
||||
|
||||
Reference in New Issue
Block a user