Search
lxdream.org :: lxdream/src/drivers/osx_iokit.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/osx_iokit.h
changeset 736:a02d1475ccfd
prev729:4cc913eabd3d
next786:8f6ece92500e
author nkeynes
date Fri Jul 18 12:54:59 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix make check for out-of-tree build
file annotate diff log raw
1.1 --- a/src/drivers/osx_iokit.h Sun Jul 06 05:35:13 2008 +0000
1.2 +++ b/src/drivers/osx_iokit.h Fri Jul 18 12:54:59 2008 +0000
1.3 @@ -32,7 +32,7 @@
1.4 * (and not freed)
1.5 */
1.6 typedef gboolean (*find_drive_callback_t)( io_object_t object, char *vendor, char *product,
1.7 - char *iopath, void *user_data );
1.8 + char *iopath, void *user_data );
1.9
1.10 /**
1.11 * Search for a CD or DVD drive (instance of IODVDServices or IOCompactDiscServices).
.