mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
remove unneeded const attribtute
This commit is contained in:
@@ -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
|
* @param flags What to delete, a combination of the @ref DC_EMPTY flags
|
||||||
* @return None.
|
* @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);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user