aboutsummaryrefslogtreecommitdiffstats
path: root/executor/nocover.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/nocover.h')
-rw-r--r--executor/nocover.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/nocover.h b/executor/nocover.h
index 94f3707f0..3b23f66ab 100644
--- a/executor/nocover.h
+++ b/executor/nocover.h
@@ -1,11 +1,11 @@
// Copyright 2018 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-static void cover_open(cover_t* cov)
+static void cover_open(cover_t* cov, bool extra)
{
}
-static void cover_enable(cover_t* cov, bool collect_comps)
+static void cover_enable(cover_t* cov, bool collect_comps, bool extra)
{
}