Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv32539
Modified Files:
attrib.h
Log Message:
Fix a few typos.
Index: attrib.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/attrib.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** attrib.h 2001/03/26 03:35:35 1.17
--- attrib.h 2001/03/26 14:50:58 1.18
***************
*** 1796,1800 ****
const ATTR_TYPES type, const wchar_t *name, const __u32 name_len,
const IGNORE_CASE_BOOL ic, const __u8 *val, const __u32 val_len,
! attr_search_context ctx);
BOOL find_attr(const ntfs_volume *vol, const ATTR_TYPES type,
--- 1796,1800 ----
const ATTR_TYPES type, const wchar_t *name, const __u32 name_len,
const IGNORE_CASE_BOOL ic, const __u8 *val, const __u32 val_len,
! attr_search_context *ctx);
BOOL find_attr(const ntfs_volume *vol, const ATTR_TYPES type,
***************
*** 1807,1811 ****
attr_search_context *ctx);
! BOOL lookup_attr(const ntfs_volume *vol, const MFT_REFERENCE mref,
const ATTR_TYPES type, const wchar_t *name, const __u32 name_len,
const IGNORE_CASE_BOOL ic, const __s64 lowest_vcn, const __u8 *val,
--- 1807,1811 ----
attr_search_context *ctx);
! BOOL lookup_attr(const ntfs_volume *vol, const MFT_REFERENCE *mref,
const ATTR_TYPES type, const wchar_t *name, const __u32 name_len,
const IGNORE_CASE_BOOL ic, const __s64 lowest_vcn, const __u8 *val,
|