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 Mon Jul 14 07:44:42 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Re-indent everything consistently
Fix include guards for consistency as well
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 Mon Jul 14 07:44:42 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).
.