Display ownership of connection_get_profanity_identifier
This commit is contained in:
@@ -688,6 +688,6 @@ static void _compute_identifier(const char *barejid)
|
|||||||
prof_identifier = b64;
|
prof_identifier = b64;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *connection_get_profanity_identifier(void) {
|
const char* connection_get_profanity_identifier(void) {
|
||||||
return prof_identifier;
|
return prof_identifier;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ GList* connection_get_available_resources(void);
|
|||||||
gboolean connection_supports(const char *const feature);
|
gboolean connection_supports(const char *const feature);
|
||||||
char* connection_jid_for_feature(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,
|
char* message_send_chat(const char *const barejid, const char *const msg, const char *const oob_url,
|
||||||
gboolean request_receipt);
|
gboolean request_receipt);
|
||||||
|
|||||||
Reference in New Issue
Block a user