|
From: Mattias ?g. <mat...@us...> - 2001-02-26 16:25:06
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- rfcomm.h 1.32 1.33=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * moved function valid_dlci from rfcomm.c The diff of the modified file(s): --- rfcomm.h 2001/02/15 16:28:47 1.32 +++ rfcomm.h 2001/02/26 16:26:12 1.33 @@ -166,6 +166,6 @@ s32 rfcomm_pn_msg(rfcomm_con *rfcomm, u8 dlci, u8 credits, u32 frame_size); s32 rfcomm_crap_msg(rfcomm_con *rfcomm); s32 rfcomm_send_credits(rfcomm_con *rfcomm, u8 dlci, u8 credits); - +s32 valid_dlci(u8 dlci); #endif /****************** END OF FILE rfcomm.h *********************************= ***/ |