summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-05-20 00:10:40 +0200
committermannol <eniz_vukovic@hotmail.com>2014-05-20 00:10:40 +0200
commita1f2a18ae4146ebea11fbd3f83df803b715813da (patch)
tree63b29cf3770a65e94e3e5d0fcd53b33f2a654585 /toxav/msi.h
parentea96c1758ae42c59978c450f9e11496a55d49ee5 (diff)
Merge upstream and other stuff
Diffstat (limited to 'toxav/msi.h')
-rwxr-xr-xtoxav/msi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxav/msi.h b/toxav/msi.h
index 2a7c5ba8..e9e1b4d7 100755
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -84,7 +84,7 @@ typedef struct _MSICall { /* Call info structure */
84 int ringing_timer_id; /* Timer id for ringing timeout */ 84 int ringing_timer_id; /* Timer id for ringing timeout */
85 85
86 pthread_mutex_t mutex; /* It's to be assumed that call will have 86 pthread_mutex_t mutex; /* It's to be assumed that call will have
87 * seperate thread so add mutex 87 * separate thread so add mutex
88 */ 88 */
89 uint32_t *peers; 89 uint32_t *peers;
90 uint16_t peer_count; 90 uint16_t peer_count;
@@ -156,7 +156,7 @@ void msi_register_callback(MSICallback callback, MSICallbackID id, void* userdat
156 * @param messenger Tox* object. 156 * @param messenger Tox* object.
157 * @param max_calls Amount of calls possible 157 * @param max_calls Amount of calls possible
158 * @return MSISession* The created session. 158 * @return MSISession* The created session.
159 * @retval NULL Error occured. 159 * @retval NULL Error occurred.
160 */ 160 */
161MSISession *msi_init_session ( Messenger *messenger, int32_t max_calls ); 161MSISession *msi_init_session ( Messenger *messenger, int32_t max_calls );
162 162
@@ -189,7 +189,7 @@ int msi_invite ( MSISession *session, int32_t* call_index, MSICallType call_type
189 * @param session Control session. 189 * @param session Control session.
190 * @param call_index To which call is this action handled. 190 * @param call_index To which call is this action handled.
191 * @return int 191 * @return int
192 * @retval -1 Error occured. 192 * @retval -1 Error occurred.
193 * @retval 0 Success. 193 * @retval 0 Success.
194 */ 194 */
195int msi_hangup ( MSISession *session, int32_t call_index ); 195int msi_hangup ( MSISession *session, int32_t call_index );