summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/msi.h')
-rw-r--r--toxav/msi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/msi.h b/toxav/msi.h
index e50171e5..5809228d 100644
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -121,7 +121,7 @@ void msi_register_callback(MSISession *session, msi_action_cb *callback, MSICall
121 */ 121 */
122int msi_invite(MSISession *session, MSICall **call, uint32_t friend_number, uint8_t capabilities); 122int msi_invite(MSISession *session, MSICall **call, uint32_t friend_number, uint8_t capabilities);
123/** 123/**
124 * Hangup call. NOTE: 'call' will be freed 124 * Hangup call. NOTE: `call` will be freed
125 */ 125 */
126int msi_hangup(MSICall *call); 126int msi_hangup(MSICall *call);
127/** 127/**