Add Cdio_t, move some more stuff into track.h
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: _cdio_aix.c,v 1.1 2004/12/18 17:29:32 rocky Exp $
|
||||
$Id: _cdio_aix.c,v 1.2 2005/01/02 22:43:41 rocky Exp $
|
||||
|
||||
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#ifdef HAVE_AIX_CDROM
|
||||
|
||||
static const char _rcsid[] = "$Id: _cdio_aix.c,v 1.1 2004/12/18 17:29:32 rocky Exp $";
|
||||
static const char _rcsid[] = "$Id: _cdio_aix.c,v 1.2 2005/01/02 22:43:41 rocky Exp $";
|
||||
|
||||
#ifdef HAVE_GLOB_H
|
||||
#include <glob.h>
|
||||
@@ -920,7 +920,7 @@ cdio_get_devices_aix (void)
|
||||
get called via a function pointer. In fact *we* are the
|
||||
ones to set that up.
|
||||
*/
|
||||
CdIo *
|
||||
CdIo_t *
|
||||
cdio_open_aix (const char *psz_source_name)
|
||||
{
|
||||
return cdio_open_am_aix(psz_source_name, NULL);
|
||||
@@ -931,12 +931,12 @@ cdio_open_aix (const char *psz_source_name)
|
||||
get called via a function pointer. In fact *we* are the
|
||||
ones to set that up.
|
||||
*/
|
||||
CdIo *
|
||||
CdIo_t *
|
||||
cdio_open_am_aix (const char *psz_orig_source, const char *access_mode)
|
||||
{
|
||||
|
||||
#ifdef HAVE_AIX_CDROM
|
||||
CdIo *ret;
|
||||
CdIo_t *ret;
|
||||
_img_private_t *_data;
|
||||
char *psz_source;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user