summaryrefslogtreecommitdiff
path: root/profiles/network
diff options
context:
space:
mode:
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>2015-03-09 17:24:49 +0100
committerSzymon Janc <szymon.janc@tieto.com>2015-03-12 11:08:00 +0100
commite0ffe0489394f576a5f91365a67aff6379c44641 (patch)
tree5188ba361cce9dbc0f44e587696c518860655af6 /profiles/network
parent10125a912d7f251e5f01bdfcfa0a3cf5d845be2c (diff)
downloadbluez-e0ffe0489394f576a5f91365a67aff6379c44641.tar.gz
profiles/network: Keep interface arguments naming consistent
Arguments shall keep consistent naming.
Diffstat (limited to 'profiles/network')
-rw-r--r--profiles/network/bnep.h2
1 files changed, 1 insertions, 1 deletions
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);