refactor: remove dc prefix from cleaned up modules

This commit is contained in:
dignifiedquire
2019-05-27 09:21:42 +02:00
parent 41cecb32c7
commit 5237c19f4e
22 changed files with 34 additions and 91 deletions

View File

@@ -3,13 +3,13 @@ use std::ffi::CString;
use num_traits::FromPrimitive;
use crate::aheader::*;
use crate::constants::*;
use crate::dc_aheader::*;
use crate::dc_chat::*;
use crate::dc_context::dc_context_t;
use crate::dc_key::*;
use crate::dc_sqlite3::*;
use crate::dc_tools::{to_cstring, to_string};
use crate::key::*;
use crate::types::*;
/// Peerstate represents the state of an Autocrypt peer.