Bluetooth: Improve *_get() functions to return the object type
[deliverable/linux.git] / include / net / bluetooth / l2cap.h
index 1558eccb19db769e204d3e6e716ca4e1ba201f7d..8f1652ed332652cc220e94a5543f09e9e4676d1b 100644 (file)
@@ -948,7 +948,7 @@ void l2cap_logical_cfm(struct l2cap_chan *chan, struct hci_chan *hchan,
 void __l2cap_physical_cfm(struct l2cap_chan *chan, int result);
 
 void l2cap_conn_shutdown(struct l2cap_conn *conn, int err);
-void l2cap_conn_get(struct l2cap_conn *conn);
+struct l2cap_conn *l2cap_conn_get(struct l2cap_conn *conn);
 void l2cap_conn_put(struct l2cap_conn *conn);
 
 int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user);
This page took 0.030839 seconds and 5 git commands to generate.