|
From: Peter K. <pk...@us...> - 2001-06-08 09:38:40
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- bt_if.h 1.11 1.12=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Removed declaration of open_socket() (it is in bt_misc.h). The diff of the modified file(s): --- bt_if.h 2001/06/06 15:01:41 1.11 +++ bt_if.h 2001/06/08 09:38:39 1.12 @@ -344,7 +344,6 @@ =20 int open_device(char* dev, int flags, int role); void close_device(int fd); -int open_socket(char *name, int role); const char *error_msg(int err); int start_sdp_server(void); =20 |