Possibly Solaris close tray fixes.

This commit is contained in:
rocky
2005-03-08 04:10:36 +00:00
parent 2e91ef8ab5
commit 2b53fd1f60
4 changed files with 37 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: cdio_private.h,v 1.24 2005/03/08 03:11:19 rocky Exp $
$Id: cdio_private.h,v 1.25 2005/03/08 04:10:36 rocky Exp $
Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
@@ -474,6 +474,7 @@ extern "C" {
unsigned int *i_drives);
driver_return_code_t close_tray_linux (const char *psz_device);
driver_return_code_t close_tray_solaris(const char *psz_device);
driver_return_code_t close_tray_win32 (const char *psz_win32_drive);