diff options
Diffstat (limited to 'toxav/rtp.h')
-rw-r--r-- | toxav/rtp.h | 2 |
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 | */ |
124 | int rtp_send_msg ( RTPSession *session, Messenger *messenger, const uint8_t *data, uint16_t length ); | 124 | int rtp_send_msg ( RTPSession* session, const uint8_t* data, uint16_t length ); |
125 | 125 | ||
126 | /** | 126 | /** |
127 | * Dealloc msg. | 127 | * Dealloc msg. |