From 41292ea97dfe3a48309a72e5488d2448f7297f68 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 7 Apr 2003 11:23:24 +0000 Subject: [PATCH] Opaque type CdioDataSource is now in cdio_private.h. This forces us to use that. (And this might not be the best, but I can't think of anything else that is as simple.) --- lib/_cdio_stream.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;