added prototype for ntfs_attrlist_entry_add

(Logical change 1.546)
edge.strict_endians
(none)!yura 2004-09-12 11:00:06 +00:00
parent 8930729433
commit d7f49f5880
1 changed files with 4 additions and 0 deletions

View File

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