ports/sysutils/k3b-kde4/files/patch-libk3bdevice-k3bdevice.h
Max Brazhnikov 5e284b17c3 Update to 2.0.0 for KDE 4
Thanks for all contributors to this port:

Alberto Villa <avilla@>
Andriy Gapon <avg@>
Dima Panov <fluffy@>
Ganael Laplanche <ganael.laplanche at martymac.com>
Jason E. Hale <bsdkaffee at gmail.com>
Juergen Lock <nox@>
2010-08-01 19:48:46 +00:00

14 lines
423 B
C

--- libk3bdevice/k3bdevice.h.orig 2010-07-30 06:33:55.000000000 +0200
+++ libk3bdevice/k3bdevice.h 2010-07-30 06:35:35.000000000 +0200
@@ -222,6 +222,11 @@
*/
QString blockDeviceName() const;
+ /**
+ * SCSI device path (bus_id:target_id:lun_id)
+ */
+ QString genericDeviceName() const;
+
int maxWriteSpeed() const;
/**