mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-12-03 23:13:39 +08:00
fix build warning - duplicate definition
This commit is contained in:
parent
2a8d602d9f
commit
ea2c4c6c61
@ -87,7 +87,7 @@ int utils_mftrec_in_use (ntfs_volume *vol, MFT_REF mref);
|
||||
int utils_is_metadata (ntfs_inode *inode);
|
||||
void utils_dump_mem (void *buf, int start, int length, int ascii);
|
||||
|
||||
#ifndef _RICH_H_
|
||||
#ifndef _NTFS_RICH_H_
|
||||
ATTR_RECORD * find_attribute (const ATTR_TYPES type, ntfs_attr_search_ctx *ctx);
|
||||
ATTR_RECORD * find_first_attribute (const ATTR_TYPES type, MFT_RECORD *mft);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user