From 52300dca77b6c93c7b8400950d0a8d9837076cc9 Mon Sep 17 00:00:00 2001 From: "(none)!yura" <(none)!yura> Date: Sat, 25 Sep 2004 20:10:16 +0000 Subject: [PATCH] - add tfs_inode_add_attrlist prototype. (Logical change 1.579) --- include/ntfs/inode.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ntfs/inode.h b/include/ntfs/inode.h index e3280c08..0364fd0c 100644 --- a/include/ntfs/inode.h +++ b/include/ntfs/inode.h @@ -2,6 +2,7 @@ * inode.h - Defines for NTFS inode handling. Part of the Linux-NTFS project. * * Copyright (c) 2001,2002 Anton Altaparmakov + * Copyright (c) 2004 Yura Pakhuchiy * * This program/include file is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as published @@ -146,5 +147,7 @@ static __inline__ void ntfs_inode_mark_dirty(ntfs_inode *ni) { extern int ntfs_inode_sync(ntfs_inode *ni); +extern int ntfs_inode_add_attrlist(ntfs_inode *ni); + #endif /* defined _NTFS_INODE_H */