Another "cooked" name bites the dust. Soem doxygen cleanup too.

This commit is contained in:
rocky
2005-02-05 23:45:57 +00:00
parent 187c314225
commit 0e2f37193c
2 changed files with 61 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: cdda.h,v 1.16 2005/02/05 12:37:35 rocky Exp $
$Id: cdda.h,v 1.17 2005/02/05 23:45:57 rocky Exp $
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2001 Xiph.org
@@ -178,25 +178,21 @@ extern cdrom_drive_t *cdio_cddap_find_a_cdrom(int messagedest,
char **ppsz_message);
/** Returns a paranoia CD-ROM drive object with a CD-DA in it.
@see cdda_identify_cdio
@see cdio_cddap_identify_cdio
*/
extern cdrom_drive_t *cdio_cddap_identify(const char *psz_device,
int messagedest,
char **ppsz_message);
/** Returns a paranoia CD-ROM drive ojbect with a CD-DA in it.
In contrast to cdda_identify, we start out with an initialzed p_cdio
In contrast to cdio_cddap_identify, we start out with an initialzed p_cdio
object. For example you may have used that for other purposes such
as to get CDDB/CD-Text information.
@see cdda_identify
@see cdio_cddap_identify
*/
cdrom_drive_t *cdio_cddap_identify_cdio(CdIo_t *p_cdio,
int messagedest, char **ppsz_messages);
/** Obsolete interface. Don't use. @see cdda_identify */
extern cdrom_drive_t *cdio_cddap_identify_cooked(const char *ppsz_device,
int messagedest,
char **ppsz_message);
/** drive-oriented functions */
extern int cdio_cddap_speed_set(cdrom_drive_t *d, int speed);