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