summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/dvd_udf.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-08-27 14:56:00 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-08-27 14:56:00 +0000
commit90801327e86f2e32f1b17cb6f27bdeeeae2b97f8 (patch)
treeb97582bf91002af1f72acd4d88570470c57f0897 /src/input/libdvdnav/dvd_udf.h
parent52a53032fe9bf2c331d6a5923d37c385f3b31464 (diff)
downloadxine-lib-90801327e86f2e32f1b17cb6f27bdeeeae2b97f8.tar.gz
xine-lib-90801327e86f2e32f1b17cb6f27bdeeeae2b97f8.tar.bz2
small change to Daniel's great warning-reduction patch
CVS patchset: 5313 CVS date: 2003/08/27 14:56:00
Diffstat (limited to 'src/input/libdvdnav/dvd_udf.h')
-rw-r--r--src/input/libdvdnav/dvd_udf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/libdvdnav/dvd_udf.h b/src/input/libdvdnav/dvd_udf.h
index b600983d9..d7b2ab601 100644
--- a/src/input/libdvdnav/dvd_udf.h
+++ b/src/input/libdvdnav/dvd_udf.h
@@ -53,6 +53,9 @@ int UDFGetVolumeIdentifier(dvd_reader_t *device,
char *volid, unsigned int volid_size);
int UDFGetVolumeSetIdentifier(dvd_reader_t *device,
uint8_t *volsetid, unsigned int volsetid_size);
+void *GetUDFCacheHandle(dvd_reader_t *device);
+void SetUDFCacheHandle(dvd_reader_t *device, void *cache);
+
#ifdef __cplusplus
};
#endif