Export functions from logfile.c.

(Logical change 1.666)
edge.strict_endians
void!yura 2005-01-25 21:41:25 +00:00
parent ce10af07a3
commit 3b95cca52c
1 changed files with 4 additions and 1 deletions

View File

@ -376,5 +376,8 @@ typedef struct {
} __attribute__((__packed__)) lcn_list[0];
} __attribute__ ((__packed__)) LOG_RECORD;
#endif /* defined _NTFS_LOGFILE_H */
extern BOOL ntfs_check_logfile(ntfs_attr *log_na);
extern BOOL ntfs_is_logfile_clean(ntfs_attr *log_na);
extern int ntfs_empty_logfile(ntfs_attr *na);
#endif /* defined _NTFS_LOGFILE_H */