diff options
Diffstat (limited to 'network/connection.c')
| -rw-r--r-- | network/connection.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/network/connection.c b/network/connection.c index e5ed6d9c..057fbba6 100644 --- a/network/connection.c +++ b/network/connection.c @@ -222,7 +222,8 @@ out:  	return err;  } -static void connect_cb(GIOChannel *chan, int err, gpointer data) +static void connect_cb(GIOChannel *chan, int err, const bdaddr_t *src, +			const bdaddr_t *dst, gpointer data)  {  	struct network_conn *nc = data; | 
