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,5 +1,5 @@
/*
$Id: win32.c,v 1.19 2004/07/13 03:59:10 rocky Exp $
$Id: win32.c,v 1.20 2004/07/16 01:26:00 rocky Exp $
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -26,7 +26,7 @@
# include "config.h"
#endif
static const char _rcsid[] = "$Id: win32.c,v 1.19 2004/07/13 03:59:10 rocky Exp $";
static const char _rcsid[] = "$Id: win32.c,v 1.20 2004/07/16 01:26:00 rocky Exp $";
#include <cdio/cdio.h>
#include <cdio/sector.h>
@@ -474,8 +474,8 @@ _cdio_get_mcn (const void *env) {
if( ! _env->hASPI ) {
return get_mcn_win32ioctl(_env);
}
return NULL;
} else
return get_mcn_aspi(_env);
}
/*!