|
From: Mattias A. <mat...@us...> - 2001-03-21 18:25:57
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- bt_misc.h 1.1 1.2=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * changed declaration for get_local_addr and print_data The diff of the modified file(s): --- bt_misc.h 2001/03/02 10:59:57 1.1 +++ bt_misc.h 2001/03/21 18:25:56 1.2 @@ -58,9 +58,9 @@ int open_tcpsocket(char *addrstr, int role); =20 int write_pidfile(char *pidname); -char* get_local_addr(void); +void get_local_addr(char *str); void print_bd_addr(char* str, unsigned char *bd); -void print_data(const char *message, char *buf, int len); +void print_data(const char *message, unsigned char *buf, int len); void set_pin_code(char *pin); =20 #endif /* __BT_MISC_H__*/ |