brasero r1169 - trunk/src



Author: philippr
Date: Mon Aug 25 18:14:42 2008
New Revision: 1169
URL: http://svn.gnome.org/viewvc/brasero?rev=1169&view=rev

Log:
Forgotten file

Added:
   trunk/src/scsi-sbc.h

Added: trunk/src/scsi-sbc.h
==============================================================================
--- (empty file)
+++ trunk/src/scsi-sbc.h	Mon Aug 25 18:14:42 2008
@@ -0,0 +1,92 @@
+/***************************************************************************
+ *            scsi-sbc.h
+ *
+ *  Copyright  2008  Rouquier Philippe
+ *  <bonfire-app wanadoo fr>
+ ****************************************************************************/
+
+/*
+ * Brasero is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * Brasero is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Library General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301,  USA
+ */
+
+#include <glib.h>
+
+#include "scsi-base.h"
+#include "scsi-error.h"
+
+#ifndef _BURN_SBC_H
+#define _BURN_SBC_H
+
+G_BEGIN_DECLS
+
+BraseroScsiResult
+brasero_sbc_read10_block (BraseroDeviceHandle *handle,
+			  int start,
+			  int num_blocks,
+			  unsigned char *buffer,
+			  int buffer_size,
+			  BraseroScsiErrCode *error);
+
+G_END_DECLS
+
+#endif /* _BURN_SBC_H */
+
+ 
+/***************************************************************************
+ *            scsi-sbc.h
+ *
+ *  Copyright  2008  Rouquier Philippe
+ *  <bonfire-app wanadoo fr>
+ ****************************************************************************/
+
+/*
+ * Brasero is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * Brasero is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Library General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301,  USA
+ */
+
+#include <glib.h>
+
+#include "scsi-base.h"
+#include "scsi-error.h"
+
+#ifndef _BURN_SBC_H
+#define _BURN_SBC_H
+
+G_BEGIN_DECLS
+
+BraseroScsiResult
+brasero_sbc_read10_block (BraseroDeviceHandle *handle,
+			  int start,
+			  int num_blocks,
+			  unsigned char *buffer,
+			  int buffer_size,
+			  BraseroScsiErrCode *error);
+
+G_END_DECLS
+
+#endif /* _BURN_SBC_H */
+
+ 



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