summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-02-01 23:43:54 +0100
committermannol <eniz_vukovic@hotmail.com>2015-02-01 23:43:54 +0100
commit39680f31d0121cef2358507fcea84cacad69893a (patch)
tree0f48a3ed39822a2e8c9d86d99c38badda6575353 /toxav/rtp.h
parent1450c22d01cbb5185ee8eac14657ddf3301d7e48 (diff)
Progress
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 b25b13ba..03b44719 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -121,7 +121,7 @@ int rtp_register_for_receiving (RTPSession *session);
121/** 121/**
122 * Sends msg to _RTPSession::dest 122 * Sends msg to _RTPSession::dest
123 */ 123 */
124int rtp_send_msg ( RTPSession *session, Messenger *messenger, const uint8_t *data, uint16_t length ); 124int rtp_send_msg ( RTPSession* session, const uint8_t* data, uint16_t length );
125 125
126/** 126/**
127 * Dealloc msg. 127 * Dealloc msg.