From da9f2079daa1e1ae30718ca5cb6d8d38c8a044c7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 04:00:38 +0100 Subject: Make rfcomm_listen_internal function static --- common/glib-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit