diff --git a/lib/_cdio_stream.h b/lib/_cdio_stream.h index 1b33e503..f9d65c74 100644 --- a/lib/_cdio_stream.h +++ b/lib/_cdio_stream.h @@ -1,5 +1,5 @@ /* - $Id: _cdio_stream.h,v 1.4 2003/04/06 23:40:21 rocky Exp $ + $Id: _cdio_stream.h,v 1.5 2003/04/07 11:23:24 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel Copyright (C) 2003 Rocky Bernstein @@ -24,6 +24,7 @@ #define __CDIO_STREAM_H__ #include "types.h" +#include "cdio_private.h" #ifdef __cplusplus extern "C" { @@ -46,8 +47,6 @@ extern "C" { /* abstract data source */ - typedef struct _CdioDataSource CdioDataSource; - typedef struct { cdio_data_open_t open; cdio_data_seek_t seek;