diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-08 19:51:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-08 19:51:35 +0300 |
commit | 0b5fbaf1808367a10424e395fca1231790bc5ae7 (patch) | |
tree | 8a5a43f44362fa95eedcffcb399fa4b4bb430be1 /plugins | |
parent | 7ef04dbd77d561031c318f6066783e1b279d541c (diff) |
Jabber: more voip
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ExternalAPI/m_voice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_voice.h b/plugins/ExternalAPI/m_voice.h index 046eae5383..b538d6d4a3 100644 --- a/plugins/ExternalAPI/m_voice.h +++ b/plugins/ExternalAPI/m_voice.h @@ -51,7 +51,7 @@ struct VOICE_CALL { int cbSize; // Struct size const char *moduleName; // The name of the module (the same as VOICE_MODULE.name or the protocol szModule) - char *id; // Protocol especific ID for this call + const char *id; // Protocol specific ID for this call int flags; // VOICE_UNICODE to say the string is unicode or 0. VOICE_SECURE to say this is an encrypted call // Either contact or number must be != NULL |