summaryrefslogtreecommitdiff
path: root/includes/cdutils.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-12-10 02:59:30 +0000
committerpixel <pixel>2003-12-10 02:59:30 +0000
commit5695a4b1e91154f8b9bae6d62eb9313b973fc6bd (patch)
tree071dff4a418b445451954efb04d0c1286b315387 /includes/cdutils.h
parent0b266c95523f944e62acf9251eb27450a8d73a04 (diff)
LUALUALUALUALUALUALUALUALUA
Diffstat (limited to 'includes/cdutils.h')
-rw-r--r--includes/cdutils.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/includes/cdutils.h b/includes/cdutils.h
index 378df15..ea184b5 100644
--- a/includes/cdutils.h
+++ b/includes/cdutils.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: cdutils.h,v 1.13 2003-12-06 04:26:17 pixel Exp $ */
+/* $Id: cdutils.h,v 1.14 2003-12-10 02:59:31 pixel Exp $ */
#ifndef __CDUTILS_H__
#define __CDUTILS_H__
@@ -81,11 +81,11 @@ class cdutils : public Base {
int guess_type(int number = -1);
void sector_seek(long sector);
long read_sector(Byte * buffer, int type = GUESS, int number = -1);
- void read_datas(Byte * buffer, int type, int number, long size);
- void read_file(Handle * Handle, int type, int number, long size);
+ void read_datas(Byte * buffer, long size, int type = GUESS, int number = -1);
+ void read_file(Handle * Handle, long size, int type = GUESS, int number = -1);
void write_sector(Byte * buffer, int type = GUESS, int number = -1);
- void write_datas(Byte * buffer, int type, int number, long size);
- void write_file(Handle * Handle, int type = GUESS, int number = -1);
+ void write_datas(Byte * buffer, long size, int type = GUESS, int number = -1);
+ void write_file(Handle * Handle, long size = -1, int type = GUESS, int number = -1);
int get_iso_infos();
int show_iso_infos();
int get_pt_infos();