Allow more freedom in specifying access mode.

Image drivers now have an "image" access mode.
This commit is contained in:
rocky
2004-05-13 01:50:10 +00:00
parent cf6fd8b4c8
commit cb9db0a7d5
9 changed files with 88 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
/* -*- c -*-
$Id: cdio.h,v 1.48 2004/05/11 12:17:17 rocky Exp $
$Id: cdio.h,v 1.49 2004/05/13 01:50:10 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -311,7 +311,7 @@ extern "C" {
unsigned int cdio_get_track_sec_count(const CdIo *obj, track_t track_num);
/*!
Reposition read/write file offset
Reposition read offset
Similar to (if not the same as) libc's lseek()
@param obj object to get information from