- add tfs_inode_add_attrlist prototype.

(Logical change 1.579)
edge.strict_endians
(none)!yura 2004-09-25 20:10:16 +00:00
parent 756a0a84ca
commit 52300dca77
1 changed files with 3 additions and 0 deletions

View File

@ -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 */