Make a couple of functions static

This commit is contained in:
Martin Mathieson 2023-01-16 17:57:21 +00:00 committed by Martin Mathieson
parent 2f1493316a
commit 30ef9d38cd
2 changed files with 2 additions and 2 deletions

View File

@ -2497,7 +2497,7 @@ http2_get_stream_id_ge(guint streamid, guint sub_stream_id, guint *sub_stream_id
return FALSE;
}
gboolean
static gboolean
http2_get_sub_stream_id(guint streamid, guint sub_stream_id, gboolean le, guint *sub_stream_id_out)
{
if (le) {

View File

@ -4551,7 +4551,7 @@ quic_get_stream_id_ge(guint streamid, guint sub_stream_id, guint *sub_stream_id_
return FALSE;
}
gboolean
static gboolean
quic_get_sub_stream_id(guint streamid, guint sub_stream_id, gboolean le, guint *sub_stream_id_out)
{
if (le) {