diff options
Diffstat (limited to 'fs/udf/udfdecl.h')
-rw-r--r-- | fs/udf/udfdecl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/udf/udfdecl.h b/fs/udf/udfdecl.h index cc15f58d497a..b277524fe608 100644 --- a/fs/udf/udfdecl.h +++ b/fs/udf/udfdecl.h | |||
@@ -222,7 +222,7 @@ 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 time_t *udf_stamp_to_time(time_t *, long *, kernel_timestamp); | 225 | extern struct timespec *udf_stamp_to_time(struct timespec *dest, kernel_timestamp src); |
226 | extern kernel_timestamp *udf_time_to_stamp(kernel_timestamp *, struct timespec); | 226 | extern kernel_timestamp *udf_time_to_stamp(kernel_timestamp *dest, struct timespec src); |
227 | 227 | ||
228 | #endif /* __UDF_DECL_H */ | 228 | #endif /* __UDF_DECL_H */ |