Display ownership of connection_get_profanity_identifier

This commit is contained in:
Michael Vetter
2019-10-22 12:04:16 +02:00
parent f023eb8d72
commit 6b75848f96
2 changed files with 2 additions and 2 deletions

View File

@@ -688,6 +688,6 @@ static void _compute_identifier(const char *barejid)
prof_identifier = b64;
}
char *connection_get_profanity_identifier(void) {
const char* connection_get_profanity_identifier(void) {
return prof_identifier;
}

View File

@@ -162,7 +162,7 @@ GList* connection_get_available_resources(void);
gboolean connection_supports(const char *const feature);
char* connection_jid_for_feature(const char *const feature);
char *connection_get_profanity_identifier(void);
const char* connection_get_profanity_identifier(void);
char* message_send_chat(const char *const barejid, const char *const msg, const char *const oob_url,
gboolean request_receipt);