From 088c1e62a9f1e716ac19c94f130c663f0a00e135 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 14 Jan 2006 10:10:34 +0000 Subject: [PATCH] Document behavior of cdio_open* and media_eject when no device given. --- lib/driver/device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/driver/device.c b/lib/driver/device.c index ec88625a..8b953415 100644 --- a/lib/driver/device.c +++ b/lib/driver/device.c @@ -1,5 +1,5 @@ /* - $Id: device.c,v 1.29 2006/01/14 09:45:44 rocky Exp $ + $Id: device.c,v 1.30 2006/01/14 10:10:34 rocky Exp $ Copyright (C) 2005, 2006 Rocky Bernstein @@ -377,6 +377,7 @@ cdio_eject_media (CdIo_t **pp_cdio) to scan for any CD-ROM and eject that, pass NULL for psz_drive. @param psz_drive the CD object to be acted upon. + If NULL is given as the drive, we'll use the default driver device. */ driver_return_code_t cdio_eject_media_drive (const char *psz_drive)