From 4222d00f3577767a28cf16b992c33d04614a49d5 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 6 Nov 2013 15:20:06 +0100 Subject: Fixed missing extern variable declarations resulting in multiple variable instances --- src/tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/tools.h b/src/tools.h index 6d3b3c7..8c0b8e0 100644 --- a/src/tools.h +++ b/src/tools.h @@ -119,7 +119,7 @@ extern MUTEX_T require_cs; // for verbose errors extern bool_t GVerboseErrors; -char const* const CONFIG_REGKEY; -char const* const LOOKUP_REGKEY; +extern char const* const CONFIG_REGKEY; +extern char const* const LOOKUP_REGKEY; #endif // TOOLS_H -- cgit v1.2.3-55-g6feb