diff --git a/include/ntfs/attrlist.h b/include/ntfs/attrlist.h index fd3ed6c0..cb9c0702 100644 --- a/include/ntfs/attrlist.h +++ b/include/ntfs/attrlist.h @@ -3,6 +3,7 @@ * Linux-NTFS project. * * Copyright (c) 2004 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 @@ -25,6 +26,9 @@ #include "attrib.h" +extern int ntfs_attrlist_entry_add(ntfs_inode *ni, MFT_REF mref, + ATTR_RECORD *attr); + extern int ntfs_attrlist_entry_rm(ntfs_attr_search_ctx *ctx); #endif /* defined _NTFS_ATTRLIST_H */