From 7530abd581f3aff2bddc6dd276669c66b0a82bf1 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 30 Oct 2019 16:36:28 +0100 Subject: [PATCH] remove unneeded const attribtute --- deltachat-ffi/deltachat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 31b56009f..258dd63dd 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -1521,7 +1521,7 @@ void dc_delete_msgs (dc_context_t* context, const uint3 * @param flags What to delete, a combination of the @ref DC_EMPTY flags * @return None. */ -void dc_empty_server (dc_context_t* context, const uint32_t flags); +void dc_empty_server (dc_context_t* context, uint32_t flags); /**