*.{c,h}: add cdio_get_drive_cap to determine what kind of CDROM device

we've got.

README.libcdio: suggest stonger making a separate package for cd-info
configure.ac: we are in 0.69cvs now
This commit is contained in:
rocky
2004-04-22 03:24:38 +00:00
parent 0be7ab238d
commit 12762d2d7c
8 changed files with 122 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: types.h,v 1.10 2004/03/13 03:32:49 rocky Exp $
$Id: types.h,v 1.11 2004/04/22 03:24:38 rocky Exp $
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -216,6 +216,9 @@ extern "C" {
/*! The type of an track number 0..99. */
typedef uint8_t track_t;
/*! The type of an Logical Sector Number. */
typedef uint32_t cdio_drive_cap_t;
/*!
Constant for invalid track number
*/