|
From: Anders J. <and...@us...> - 2002-02-25 14:09:07
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- l2cap.h 1.43 1.44=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * Added l2ca_conf_done. The diff of the modified file(s): --- l2cap.h 9 Jan 2002 10:07:35 -0000 1.43 +++ l2cap.h 25 Feb 2002 14:09:05 -0000 1.44 @@ -429,11 +429,13 @@ /* FIXME */ void l2ca_qos_violation_ind(l2cap_con *con); =20 -int l2ca_opened(l2cap_con *con); +s32 l2ca_opened(l2cap_con *con); =20 -int l2ca_remote_conf_done(l2cap_con *con); +s32 l2ca_remote_conf_done(l2cap_con *con); =20 -int l2ca_local_conf_done(l2cap_con *con); +s32 l2ca_local_conf_done(l2cap_con *con); + +s32 l2ca_conf_done(l2cap_con *con); =20 =20 /*******************************************************************/ |