From 8e00294b3cb9808ce55160240454359638178275 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 23 Jun 2018 17:16:28 +0000 Subject: Add Logger to various net_crypto functions. In preparation for adding log statements. Also, fix an uninitialised variable warning in cppcheck. --- 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 a310d58a..d7fc5560 100644 --- a/toxav/rtp.h +++ b/toxav/rtp.h @@ -213,7 +213,7 @@ int rtp_stop_receiving(RTPSession *session); * audio frame, this parameter is ignored. */ int rtp_send_data(RTPSession *session, const uint8_t *data, uint32_t length, - bool is_keyframe, Logger *log); + bool is_keyframe, const Logger *log); #ifdef __cplusplus } // extern "C" -- cgit v1.2.3