From 4b43802f856e97a2327d078cf8ebddeb01c18891 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 7 Nov 2005 07:45:20 +0000 Subject: [PATCH] Add eject.c. --- example/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example/README b/example/README index b60e92c3..af5373fd 100644 --- a/example/README +++ b/example/README @@ -1,4 +1,4 @@ -$Id: README,v 1.17 2005/03/15 04:18:29 rocky Exp $ +$Id: README,v 1.18 2005/11/07 07:45:20 rocky Exp $ This directory contains some simple examples of the use of the libcdio library. @@ -22,6 +22,9 @@ cdtext.c: A program to show CD-Text and CD disc mode info. drives.c: A program to show drivers installed and what the default CD-ROM drive is and what CD drives are available. +eject.c: A program eject a CD from a CD-ROM drive and then close the door + again. + iso1.c: A program to show using libiso9660 to list files in a directory of an ISO-9660 image.