summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-07-05 15:11:25 +0200
committermannol <eniz_vukovic@hotmail.com>2014-07-05 15:11:25 +0200
commit8b9d3992a44fcac66979b847dc2ff488f3ff614a (patch)
treeae73e54964442d23125a21528e9fb05db294e275 /toxav/rtp.h
parenta8fa360547ccefef3694c5d185414874539769c1 (diff)
Make rtp & codec actions thread-safe
Diffstat (limited to 'toxav/rtp.h')
-rw-r--r--toxav/rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/rtp.h b/toxav/rtp.h
index 63c8ce3d..727839c6 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -195,7 +195,7 @@ RTPSession *rtp_init_session ( int payload_type, Messenger *messenger, int frien
195 * @retval -1 Error occurred. 195 * @retval -1 Error occurred.
196 * @retval 0 Success. 196 * @retval 0 Success.
197 */ 197 */
198int rtp_terminate_session ( RTPSession *session, Messenger *messenger ); 198void rtp_terminate_session ( RTPSession *session, Messenger *messenger );
199 199
200 200
201 201