From 13adb479d39f57c6128b9d1a1065ffbc89f7bb87 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 5 Feb 2021 15:59:43 +0100 Subject: [PATCH] Adds an extern qualifier to the keep_running declaration. --- src/obisig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/obisig.h b/src/obisig.h index 4be47db..b01329f 100755 --- a/src/obisig.h +++ b/src/obisig.h @@ -25,7 +25,7 @@ * @author Celine Mercier (celine.mercier@metabarcoding.org) * */ -bool volatile keep_running; +extern bool volatile keep_running; void sig_handler(int signum);