rename has_device_msg() to was_device_msg_ever_added() what describes better what the function is doing

This commit is contained in:
B. Petersen
2019-11-19 13:21:02 +01:00
parent 700e10bc0e
commit e4e6a00fe4
3 changed files with 12 additions and 11 deletions

View File

@@ -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);
/**