diff options
Diffstat (limited to 'fs/udf/udfdecl.h')
-rw-r--r-- | fs/udf/udfdecl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/udf/udfdecl.h b/fs/udf/udfdecl.h index b277524fe608..2cb2f5de4245 100644 --- a/fs/udf/udfdecl.h +++ b/fs/udf/udfdecl.h | |||
@@ -222,7 +222,8 @@ extern short_ad *udf_get_fileshortad(uint8_t *, int, uint32_t *, int); | |||
222 | extern uint16_t udf_crc(const uint8_t *, uint32_t, uint16_t); | 222 | extern uint16_t udf_crc(const uint8_t *, uint32_t, uint16_t); |
223 | 223 | ||
224 | /* udftime.c */ | 224 | /* udftime.c */ |
225 | extern struct timespec *udf_stamp_to_time(struct timespec *dest, kernel_timestamp src); | 225 | extern struct timespec *udf_disk_stamp_to_time(struct timespec *dest, |
226 | extern kernel_timestamp *udf_time_to_stamp(kernel_timestamp *dest, struct timespec src); | 226 | timestamp src); |
227 | extern timestamp *udf_time_to_disk_stamp(timestamp *dest, struct timespec src); | ||
227 | 228 | ||
228 | #endif /* __UDF_DECL_H */ | 229 | #endif /* __UDF_DECL_H */ |