From af2b917b4ca3db407a56a64ee4a03555611f007a Mon Sep 17 00:00:00 2001 From: "(none)!yura" <(none)!yura> Date: Thu, 14 Oct 2004 18:23:21 +0000 Subject: [PATCH] add prototype (Logical change 1.612) --- include/ntfs/inode.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ntfs/inode.h b/include/ntfs/inode.h index d5cb11b9..3c247d24 100644 --- a/include/ntfs/inode.h +++ b/include/ntfs/inode.h @@ -145,5 +145,8 @@ extern int ntfs_inode_add_attrlist(ntfs_inode *ni); extern int ntfs_inode_free_space(ntfs_inode *ni, int size); +extern ntfs_attr *ntfs_inode_add_attr(ntfs_inode *ni, ATTR_TYPES type, + ntfschar *name, u8 name_len, s64 size); + #endif /* defined _NTFS_INODE_H */