Remove no longer needed forward declaration.

(Logical change 1.550)
edge.strict_endians
cantab.net!aia21 2004-09-13 14:39:50 +00:00
parent 4f63b84653
commit ad7acfacc2
2 changed files with 0 additions and 5 deletions

View File

@ -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:
*

View File

@ -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:
*