From babb07bcbec3674a3f542cf6ae3f2d6b212a3ed4 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 25 Aug 2003 21:51:37 +0000 Subject: Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37 --- src/input/libdvdnav/dvd_reader.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/input/libdvdnav/dvd_reader.h') diff --git a/src/input/libdvdnav/dvd_reader.h b/src/input/libdvdnav/dvd_reader.h index edd18da77..c7d220f80 100644 --- a/src/input/libdvdnav/dvd_reader.h +++ b/src/input/libdvdnav/dvd_reader.h @@ -266,6 +266,12 @@ int DVDISOVolumeInfo( dvd_reader_t *, char *, unsigned int, */ int DVDUDFCacheLevel( dvd_reader_t *, int ); +/** + * COMMENT ME + */ +void *GetUDFCacheHandle(dvd_reader_t *device); +void SetUDFCacheHandle(dvd_reader_t *device, void *cache); + #ifdef __cplusplus }; #endif -- cgit v1.2.3