added prototype for ntfs_attrlist_entry_add
(Logical change 1.546)edge.strict_endians
parent
8930729433
commit
d7f49f5880
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue