mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
rename has_device_msg() to was_device_msg_ever_added() what describes better what the function is doing
This commit is contained in:
@@ -1149,7 +1149,7 @@ uint32_t dc_add_device_msg (dc_context_t* context, const char*
|
||||
* @return 1=A message with this label was added at some point,
|
||||
* 0=A message with this label was never added.
|
||||
*/
|
||||
int dc_has_device_msg (dc_context_t* context, const char* label);
|
||||
int dc_was_device_msg_ever_added (dc_context_t* context, const char* label);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user