diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-29 15:18:03 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-29 15:18:03 +0000 |
| commit | 46b56c1fbd07e93a0d4bb2c3adf7f333792170a5 (patch) | |
| tree | 967704eabd0b1a55b019a5d3468d60e4e9677fcb /src/input/dvd_udf.h | |
| parent | b8bc18d4039975e3f4e2155339c7b8174350ac38 (diff) | |
| download | xine-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.h | 2 |
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) ; |
