summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/glib-helper.c')
-rw-r--r--common/glib-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/glib-helper.c b/common/glib-helper.c
index 9917ae63..20a11d74 100644
--- a/common/glib-helper.c
+++ b/common/glib-helper.c
@@ -1310,7 +1310,7 @@ static void io_context_cleanup(struct io_context *io_ctxt)
g_free(io_ctxt);
}
-GIOChannel *rfcomm_listen_internal(const bdaddr_t *src, uint8_t *channel,
+static GIOChannel *rfcomm_listen_internal(const bdaddr_t *src, uint8_t *channel,
uint32_t flags, bt_io_callback_t cb, void *user_data)
{
BtIO *io;