target comments of @flub

This commit is contained in:
B. Petersen
2019-11-04 23:04:12 +01:00
committed by holger krekel
parent f8afefa2c1
commit 4c30bf80ce
3 changed files with 5 additions and 5 deletions

View File

@@ -2766,7 +2766,7 @@ int dc_chat_is_device_talk (const dc_chat_t* chat);
* @param chat The chat object.
* @return 1=chat is writable, 0=chat is not writable
*/
int dc_chat_is_writable (const dc_chat_t* chat);
int dc_chat_can_send (const dc_chat_t* chat);
/**