From 3b95cca52c5d9ed5a931127de11b054ca57444c8 Mon Sep 17 00:00:00 2001 From: void!yura Date: Tue, 25 Jan 2005 21:41:25 +0000 Subject: [PATCH] Export functions from logfile.c. (Logical change 1.666) --- include/ntfs/logfile.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/ntfs/logfile.h b/include/ntfs/logfile.h index 8ecf18e9..9282c6fb 100644 --- a/include/ntfs/logfile.h +++ b/include/ntfs/logfile.h @@ -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 */