View | Details | Raw Unified | Return to bug 6123
Collapse All | Expand All

(-)kernel-source-2.4.29/fs/ntfs/ntfs.h~ (-1 / +1 lines)
Lines 188-194 Link Here
188
/* From fs/ntfs/time.c */
188
/* From fs/ntfs/time.c */
189
extern inline s64 utc2ntfs(const time_t time);
189
extern inline s64 utc2ntfs(const time_t time);
190
extern inline s64 get_current_ntfs_time(void);
190
extern inline s64 get_current_ntfs_time(void);
191
extern inline time_t ntfs2utc(const s64 time);
191
extern time_t ntfs2utc(const s64 time);
192
192
193
/* From fs/ntfs/unistr.c */
193
/* From fs/ntfs/unistr.c */
194
extern BOOL ntfs_are_names_equal(const uchar_t *s1, size_t s1_len,
194
extern BOOL ntfs_are_names_equal(const uchar_t *s1, size_t s1_len,

Return to bug 6123