From e84a56b1654f8b77016ab90cce663cf741f54696 Mon Sep 17 00:00:00 2001 From: jpandre Date: Sat, 6 Oct 2007 14:39:08 +0000 Subject: [PATCH] Made two more functions public for temporary use in security.c --- libntfs-3g/index.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libntfs-3g/index.c b/libntfs-3g/index.c index 6c8d9e3a..5f7e9843 100644 --- a/libntfs-3g/index.c +++ b/libntfs-3g/index.c @@ -240,7 +240,8 @@ static INDEX_ENTRY *ntfs_ie_get_last(INDEX_ENTRY *ie, char *ies_end) return ie; } -static INDEX_ENTRY *ntfs_ie_get_by_pos(INDEX_HEADER *ih, int pos) +/* static JPA removed for use in security.c */ +INDEX_ENTRY *ntfs_ie_get_by_pos(INDEX_HEADER *ih, int pos) { INDEX_ENTRY *ie; @@ -424,7 +425,8 @@ static int ntfs_ia_check(ntfs_index_context *icx, INDEX_BLOCK *ib, VCN vcn) return 0; } -static INDEX_ROOT *ntfs_ir_lookup(ntfs_inode *ni, ntfschar *name, +/* static JPA removed for use in security.c */ +INDEX_ROOT *ntfs_ir_lookup(ntfs_inode *ni, ntfschar *name, u32 name_len, ntfs_attr_search_ctx **ctx) { ATTR_RECORD *a;