First-cut to auto-scan for device capabilities

This commit is contained in:
rocky
2003-09-28 17:14:20 +00:00
parent 624ac3c529
commit 083f472570
11 changed files with 502 additions and 221 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: types.h,v 1.6 2003/09/06 02:51:29 rocky Exp $
$Id: types.h,v 1.7 2003/09/28 17:14:20 rocky Exp $
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2002,2003 Rocky Bernstein <rocky@panix.com>
@@ -218,6 +218,8 @@ extern "C" {
*/
#define CDIO_INVALID_LSN 0xFFFFFFFF
typedef int cdio_fs_anal_t;
#ifdef __cplusplus
}
#endif /* __cplusplus */