summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-01 00:38:58 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-01 14:54:17 +0100
commit45d1f9acb9dbec6ea84a81b2cc0b7df276ee15a9 (patch)
tree01410fdcdb33837d671bdc199783140a77aed655 /toxav/rtp.h
parent576f13061595dae46af025b4fce1a9b4ef95d37f (diff)
Match parameter names in declarations with their definitions.
The parameter names were taken from function definitions to update the names in function declarations (prototypes).
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);