We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2932b3 commit 523c2a9Copy full SHA for 523c2a9
srtp/srtp.c
@@ -149,9 +149,8 @@ unsigned int srtp_get_version(void)
149
return rv;
150
}
151
152
-static srtp_err_status_t srtp_stream_dealloc(
153
- srtp_stream_ctx_t *stream,
154
- const srtp_stream_ctx_t *stream_template)
+srtp_err_status_t srtp_stream_dealloc(srtp_stream_ctx_t *stream,
+ const srtp_stream_ctx_t *stream_template)
155
{
156
srtp_err_status_t status;
157
unsigned int i = 0;
0 commit comments