|
From: Mattias A. <mat...@us...> - 2001-04-17 11:53:29
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btdebug.h 1.38 1.39=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: added bd2str The diff of the modified file(s): --- btdebug.h 2001/03/30 10:58:51 1.38 +++ btdebug.h 2001/04/17 11:53:29 1.39 @@ -190,5 +190,7 @@ void print_data(const unsigned char *message, unsigned char *buf, int len); #endif =20 +const char* bd2str(const unsigned char *bd); + #endif /****************** END OF FILE btdebug.h ********************************= ****/ |