One unremove_vnode() prototype shall suffice.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20339 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-03-06 01:22:47 +00:00
parent 863634b83f
commit 2f92537221
1 changed files with 0 additions and 1 deletions

View File

@ -264,7 +264,6 @@ extern status_t get_vnode(mount_id mountID, vnode_id vnodeID,
extern status_t put_vnode(mount_id mountID, vnode_id vnodeID);
extern status_t remove_vnode(mount_id mountID, vnode_id vnodeID);
extern status_t unremove_vnode(mount_id mountID, vnode_id vnodeID);
extern status_t unremove_vnode(mount_id mountID, vnode_id vnodeID);
extern status_t get_vnode_removed(mount_id mountID, vnode_id vnodeID,
bool* removed);