|
From: Ulf H. <ul...@us...> - 2001-04-26 13:56:17
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- sec_client.h 1.8 1.9=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added sec_man_get_cached_link_key The diff of the modified file(s): --- sec_client.h 2001/03/19 17:06:00 1.8 +++ sec_client.h 2001/04/26 13:56:17 1.9 @@ -91,5 +91,7 @@ void sec_man_event(enum security_requests user, BD_ADDR bd_addr, u8 event, u8 *param, u8 param_len); =20=20 +void sec_man_get_cached_link_key(u8 *param); + #endif /****************** END OF FILE sec_client.h *****************************= ****/ |