aboutsummaryrefslogtreecommitdiff
path: root/core/ccan/tap/tap.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/ccan/tap/tap.c')
-rw-r--r--core/ccan/tap/tap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/ccan/tap/tap.c b/core/ccan/tap/tap.c
index bf8a276..2c465ab 100644
--- a/core/ccan/tap/tap.c
+++ b/core/ccan/tap/tap.c
@@ -32,6 +32,8 @@
#include "tap.h"
+void (*tap_fail_callback)(void) = NULL;
+
static int no_plan = 0;
static int skip_all = 0;
static int have_plan = 0;