summaryrefslogtreecommitdiff
path: root/src/input/dvd_udf.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-07-29 15:18:03 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-07-29 15:18:03 +0000
commit46b56c1fbd07e93a0d4bb2c3adf7f333792170a5 (patch)
tree967704eabd0b1a55b019a5d3468d60e4e9677fcb /src/input/dvd_udf.h
parentb8bc18d4039975e3f4e2155339c7b8174350ac38 (diff)
downloadxine-lib-46b56c1fbd07e93a0d4bb2c3adf7f333792170a5.tar.gz
xine-lib-46b56c1fbd07e93a0d4bb2c3adf7f333792170a5.tar.bz2
cleanups provided by Chris Rankin
CVS patchset: 362 CVS date: 2001/07/29 15:18:03
Diffstat (limited to 'src/input/dvd_udf.h')
-rw-r--r--src/input/dvd_udf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/dvd_udf.h b/src/input/dvd_udf.h
index 5db31b1fc..77e8ed309 100644
--- a/src/input/dvd_udf.h
+++ b/src/input/dvd_udf.h
@@ -32,7 +32,7 @@
int UDFReadLB (int fd, off_t lb_number, size_t block_count, uint8_t *data);
-uint32_t UDFFindFile(int fd, char *filename, off_t *size);
+off_t UDFFindFile(int fd, char *filename, off_t *size);
void UDFListDir(int fd, char *dirname, int nMaxFiles, char **file_list, int *nFiles) ;