Start to merge in cue parsing from cuetools. Also moves forward CDTEXT

from a different direction.
This commit is contained in:
rocky
2004-07-09 01:05:31 +00:00
parent e4a0a1fa82
commit ed6f60868d
10 changed files with 475 additions and 109 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: cdio_private.h,v 1.25 2004/07/08 01:28:00 rocky Exp $
$Id: cdio_private.h,v 1.26 2004/07/09 01:05:32 rocky Exp $
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -40,12 +40,6 @@ extern "C" {
typedef struct {
/*!
Return an allocated structure containing CDTEXT information found.
NULL is returned if there was a problem.
*/
CDText_data_t * (*cdtext_query) (void *env);
/*!
Eject media in CD drive. If successful, as a side effect we
also free obj. Return 0 if success and 1 for failure.