aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/udfdecl.h
diff options
context:
space:
mode:
authormarcin.slusarz@gmail.com <marcin.slusarz@gmail.com>2008-02-27 16:50:14 -0500
committerJan Kara <jack@suse.cz>2008-04-17 08:22:29 -0400
commitcbf5676a0e0463f05e5073589f3194846dfb02e7 (patch)
tree80407064556f2c7043d44533a7c9224e6af3e715 /fs/udf/udfdecl.h
parentc87e8e90d0da1134e42c89dc89559f4bfe282ef9 (diff)
udf: convert udf_stamp_to_time to return struct timespec
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/udf/udfdecl.h')
-rw-r--r--fs/udf/udfdecl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/udf/udfdecl.h b/fs/udf/udfdecl.h
index cc15f58d497..b277524fe60 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);
222extern uint16_t udf_crc(const uint8_t *, uint32_t, uint16_t); 222extern uint16_t udf_crc(const uint8_t *, uint32_t, uint16_t);
223 223
224/* udftime.c */ 224/* udftime.c */
225extern time_t *udf_stamp_to_time(time_t *, long *, kernel_timestamp); 225extern struct timespec *udf_stamp_to_time(struct timespec *dest, kernel_timestamp src);
226extern kernel_timestamp *udf_time_to_stamp(kernel_timestamp *, struct timespec); 226extern kernel_timestamp *udf_time_to_stamp(kernel_timestamp *dest, struct timespec src);
227 227
228#endif /* __UDF_DECL_H */ 228#endif /* __UDF_DECL_H */