mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 10:39:27 +02:00
15 lines
573 B
C
15 lines
573 B
C
/*************************************************************************
|
|
* (C) 2018 Bjoern Petersen and contributors.
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*************************************************************************/
|
|
|
|
#include "dc_context.h"
|
|
|
|
|
|
void dc_add_to_keyhistory(dc_context_t* context, const char* rfc724_mid, time_t sending_time, const char* addr, const char* fingerprint)
|
|
{
|
|
// TODO
|
|
}
|
|
|