rule_based_prefetcher.cpp: Fix function prototype

Signed-off-by: Jaroslaw Pelczar <jarek@jpelczar.com>
Change-Id: Ic0d961266a6aebf31c711c466fb3ff5a5b1b50ff
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1777
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Jaroslaw Pelczar 2019-08-28 17:08:38 +02:00 committed by waddlesplash
parent 7d6cb3e3c5
commit cca5be407e

View File

@ -680,7 +680,7 @@ RuleMatcher::GotArguments(int32 argCount, char * const *args)
static void
node_opened(void *vnode, int32 fdType, mount_id device, vnode_id parent,
node_opened(struct vnode *vnode, int32 fdType, dev_t device, vnode_id parent,
vnode_id node, const char *name, off_t size)
{
if (device < gBootDevice) {