summaryrefslogtreecommitdiffstats
path: root/libmpdvdkit2/dvd_udf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdvdkit2/dvd_udf.h')
-rw-r--r--libmpdvdkit2/dvd_udf.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/libmpdvdkit2/dvd_udf.h b/libmpdvdkit2/dvd_udf.h
index 960ccf4055..b600983d9a 100644
--- a/libmpdvdkit2/dvd_udf.h
+++ b/libmpdvdkit2/dvd_udf.h
@@ -7,7 +7,8 @@
*
* Modifications by:
* Billy Biggs <vektor@dumbterm.net>.
- *
+ * Björn Englund <d4bjorn@dtek.chalmers.se>.
+ *
* dvdudf: parse and read the UDF volume information of a DVD Video
* Copyright (C) 1999 Christian Wolff for convergence integrated media
* GmbH The author can be reached at scarabaeus@convergence.de, the
@@ -47,6 +48,11 @@ extern "C" {
*/
uint32_t UDFFindFile( dvd_reader_t *device, char *filename, uint32_t *size );
+void FreeUDFCache(void *cache);
+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);
#ifdef __cplusplus
};
#endif