Finish get_MCN for aspi. Use conventions to make look more like

other SCSI passthrough routines.
This commit is contained in:
rocky
2004-07-16 01:25:57 +00:00
parent d78dfc43ac
commit 3747be0b8b
3 changed files with 72 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
/* Win32 aspi specific */
/*
$Id: aspi32.h,v 1.6 2004/07/13 04:33:08 rocky Exp $
$Id: aspi32.h,v 1.7 2004/07/16 01:25:59 rocky Exp $
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -174,6 +174,15 @@ SRB_HAInquiry;
*/
cdio_drive_cap_t get_drive_cap_aspi (const _img_private_t *env);
/*!
Return the the kind of drive capabilities of device.
Note: string is malloc'd so caller should free() then returned
string when done with it.
*/
char * get_mcn_aspi (const _img_private_t *env);
/*!
Get the format (XA, DATA, AUDIO) of a track.
*/