From d7f49f588086eeac05bf373b42498e7b1f6cbcb1 Mon Sep 17 00:00:00 2001 From: "(none)!yura" <(none)!yura> Date: Sun, 12 Sep 2004 11:00:06 +0000 Subject: [PATCH] added prototype for ntfs_attrlist_entry_add (Logical change 1.546) --- include/ntfs/attrlist.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */