From e0ffe0489394f576a5f91365a67aff6379c44641 Mon Sep 17 00:00:00 2001 From: Grzegorz Kolodziejczyk Date: Mon, 9 Mar 2015 17:24:49 +0100 Subject: [PATCH] profiles/network: Keep interface arguments naming consistent Arguments shall keep consistent naming. --- profiles/network/bnep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/network/bnep.h b/profiles/network/bnep.h index 633baeb20..31579f998 100644 --- a/profiles/network/bnep.h +++ b/profiles/network/bnep.h @@ -34,7 +34,7 @@ struct bnep *bnep_new(int sk, uint16_t local_role, uint16_t remote_role, void bnep_free(struct bnep *session); typedef void (*bnep_connect_cb) (char *iface, int err, void *data); -int bnep_connect(struct bnep *b, bnep_connect_cb conn_cb, void *data); +int bnep_connect(struct bnep *session, bnep_connect_cb conn_cb, void *data); typedef void (*bnep_disconnect_cb) (void *data); void bnep_set_disconnect(struct bnep *session, bnep_disconnect_cb disconn_cb, void *data); -- 2.47.3