mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 09:26:30 +03:00
refactor: start using rust for allocations & locks
This commit is contained in:
@@ -10,17 +10,7 @@ use crate::pgp as rpgp;
|
||||
use crate::types::*;
|
||||
use crate::x::*;
|
||||
|
||||
/* ** library-private **********************************************************/
|
||||
/* validation errors */
|
||||
/* misc. */
|
||||
pub unsafe fn dc_pgp_init() {}
|
||||
pub unsafe fn dc_pgp_exit() {}
|
||||
pub unsafe fn dc_pgp_rand_seed(
|
||||
_context: *mut dc_context_t,
|
||||
_buf: *const libc::c_void,
|
||||
_bytes: size_t,
|
||||
) {
|
||||
}
|
||||
|
||||
pub unsafe fn dc_split_armored_data(
|
||||
mut buf: *mut libc::c_char,
|
||||
|
||||
Reference in New Issue
Block a user