|
From: Peter K. <pk...@us...> - 2001-11-15 11:18:15
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btdebug.h 1.41 1.42=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Renamed print_time() to bt_log_time(). The diff of the modified file(s): --- btdebug.h 2001/09/19 15:11:28 1.41 +++ btdebug.h 2001/11/15 11:18:14 1.42 @@ -184,13 +184,8 @@ =20 /***************** Function declaration section **************************= ****/ =20 -#ifdef __KERNEL__ -u8* print_time(s32 use_stdout); +u8* bt_log_time(void); void print_data(const u8 *message, u8 *buf, s32 len); -#else -char* print_time(int use_stdout); -void print_data(const unsigned char *message, unsigned char *buf, int len); -#endif =20 const char* bd2str(const unsigned char *bd); =20 |