summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
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 4d62a466..9a5db78a 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -98,7 +98,7 @@ typedef struct {
98} RTPSession; 98} RTPSession;
99 99
100 100
101RTPSession *rtp_new (int payload_type, Messenger *m, uint32_t friend_num, 101RTPSession *rtp_new (int payload_type, Messenger *m, uint32_t friendnumber,
102 BWController *bwc, void *cs, 102 BWController *bwc, void *cs,
103 int (*mcb) (void *, struct RTPMessage *)); 103 int (*mcb) (void *, struct RTPMessage *));
104void rtp_kill (RTPSession *session); 104void rtp_kill (RTPSession *session);