Remove no longer needed forward declaration.
(Logical change 1.550)edge.strict_endians
parent
4f63b84653
commit
ad7acfacc2
|
@ -50,8 +50,6 @@ static __inline__ ntfs_inode *__ntfs_inode_allocate(ntfs_volume *vol)
|
|||
return ni;
|
||||
}
|
||||
|
||||
extern ntfs_inode *ntfs_inode_allocate(ntfs_volume *vol);
|
||||
|
||||
/**
|
||||
* Internal:
|
||||
*
|
||||
|
|
|
@ -105,9 +105,6 @@ static void __ntfs_volume_release(ntfs_volume *v)
|
|||
free(v);
|
||||
}
|
||||
|
||||
/* External declaration for internal function. */
|
||||
extern ntfs_inode *ntfs_inode_allocate(ntfs_volume *);
|
||||
|
||||
/**
|
||||
* Internal:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue