[brasero] Fix header and add function declaration



commit b435971a20d8acca317c839ccb967c09385735a6
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sat Aug 1 15:22:49 2009 +0200

    Fix header and add function declaration

 libbrasero-media/scsi-inquiry.h |    4 ++--
 libbrasero-media/scsi-spc1.h    |    6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/libbrasero-media/scsi-inquiry.h b/libbrasero-media/scsi-inquiry.h
index 31afcf1..0788dc9 100644
--- a/libbrasero-media/scsi-inquiry.h
+++ b/libbrasero-media/scsi-inquiry.h
@@ -28,8 +28,8 @@
  * 	Boston, MA  02110-1301, USA.
  */
 
-#ifndef _SCSI_MECH_STATUS_H
-#define _SCSI_MECH_STATUS_H
+#ifndef _SCSI_INQUIRY_H
+#define _SCSI_INQUIRY_H
 
 #include <glib.h>
 
diff --git a/libbrasero-media/scsi-spc1.h b/libbrasero-media/scsi-spc1.h
index 6d139ea..710e0df 100644
--- a/libbrasero-media/scsi-spc1.h
+++ b/libbrasero-media/scsi-spc1.h
@@ -34,6 +34,7 @@
 
 #include "scsi-error.h"
 #include "scsi-mode-pages.h"
+#include "scsi-inquiry.h"
 
 #ifndef _BURN_SPC1_H
 #define _BURN_SPC1_H
@@ -58,6 +59,11 @@ brasero_spc1_mode_select (BraseroDeviceHandle *handle,
 			  BraseroScsiErrCode *error);
 
 BraseroScsiResult
+brasero_spc1_inquiry (BraseroDeviceHandle *handle,
+                      BraseroScsiInquiry *hdr,
+                      BraseroScsiErrCode *error);
+
+BraseroScsiResult
 brasero_spc1_inquiry_is_optical_drive (BraseroDeviceHandle *handle,
                                        BraseroScsiErrCode *error);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]