|
From: Anders J. <and...@us...> - 2002-01-24 12:37:41
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btmem.h 1.21 1.22=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * Init now returns a value. The diff of the modified file(s): --- btmem.h 2001/09/18 10:48:22 1.21 +++ btmem.h 2002/01/24 12:37:40 1.22 @@ -69,7 +69,8 @@ /****************** EXPORTED FUNCTION DECLARATION SECTION ****************= ***/ =20 /* Allocated the whole buffer and initates main object */ -void btmem_init(void); +s32 +btmem_init(void); =20 /* Deallocates the whole buffer */ void btmem_shutdown(void); |