From 45d1f9acb9dbec6ea84a81b2cc0b7df276ee15a9 Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 1 Sep 2016 00:38:58 +0100 Subject: Match parameter names in declarations with their definitions. The parameter names were taken from function definitions to update the names in function declarations (prototypes). --- toxav/rtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxav/rtp.h') 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 { } RTPSession; -RTPSession *rtp_new (int payload_type, Messenger *m, uint32_t friend_num, +RTPSession *rtp_new (int payload_type, Messenger *m, uint32_t friendnumber, BWController *bwc, void *cs, int (*mcb) (void *, struct RTPMessage *)); void rtp_kill (RTPSession *session); -- cgit v1.2.3