Opaque type declaration for iso9660 moved into well iso9660.h (from

cdio/types.h). Opaque type for iso_directory_record defined and access
routines added to libiso9660.
This commit is contained in:
rocky
2003-08-31 01:01:39 +00:00
parent 6f48300307
commit 7a0fb58e38
4 changed files with 66 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: types.h,v 1.4 2003/08/17 05:31:19 rocky Exp $
$Id: types.h,v 1.5 2003/08/31 01:01:40 rocky Exp $
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2002,2003 Rocky Bernstein <rocky@panix.com>
@@ -218,13 +218,6 @@ extern "C" {
*/
#define CDIO_INVALID_LSN 0xFFFFFFFF
/* Opaque types ... */
/* Defined fully in iso9660_private.h */
typedef struct iso_primary_descriptor pvd_t;
#ifdef __cplusplus
}
#endif /* __cplusplus */