Close go getting simple read working. Not completely correct, but close.

This commit is contained in:
rocky
2003-04-04 05:15:33 +00:00
parent e345c227ff
commit ecb98d7e8f
2 changed files with 62 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: cdio_private.h,v 1.3 2003/03/30 13:01:22 rocky Exp $
$Id: cdio_private.h,v 1.4 2003/04/04 05:15:33 rocky Exp $
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
@@ -159,9 +159,6 @@ extern "C" {
bool toc_init; /* True TOC read in */
int ioctls_debugged; /* for debugging */
int fd; /* File descriptor of device */
off_t buff_offset; /* buffer offset in disk-image seeks.
(Not used in CD device access)
*/
} generic_img_private_t;
CdIo * cdio_new (void *user_data, const cdio_funcs *funcs);