mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +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::*;
|
use crate::x::*;
|
||||||
|
|
||||||
#[derive(Copy, Clone)]
|
#[derive(Copy, Clone)]
|
||||||
#[repr(C)]
|
|
||||||
pub struct dc_simplify_t {
|
pub struct dc_simplify_t {
|
||||||
pub is_forwarded: libc::c_int,
|
pub is_forwarded: libc::c_int,
|
||||||
pub is_cut_at_begin: libc::c_int,
|
pub is_cut_at_begin: libc::c_int,
|
||||||
|
|||||||
Reference in New Issue
Block a user