diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-11-06 15:20:06 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-11-06 15:20:06 +0100 |
commit | 4222d00f3577767a28cf16b992c33d04614a49d5 (patch) | |
tree | 15812ffb02bb9588e73974aec70d38e0fb1a5a83 /src | |
parent | eaddcb6d4121be17cddb06815e67223a7c1e716e (diff) | |
download | lanes-4222d00f3577767a28cf16b992c33d04614a49d5.tar.gz lanes-4222d00f3577767a28cf16b992c33d04614a49d5.tar.bz2 lanes-4222d00f3577767a28cf16b992c33d04614a49d5.zip |
Fixed missing extern variable declarations resulting in multiple variable instances
Diffstat (limited to 'src')
-rw-r--r-- | src/tools.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; | |||
119 | // for verbose errors | 119 | // for verbose errors |
120 | extern bool_t GVerboseErrors; | 120 | extern bool_t GVerboseErrors; |
121 | 121 | ||
122 | char const* const CONFIG_REGKEY; | 122 | extern char const* const CONFIG_REGKEY; |
123 | char const* const LOOKUP_REGKEY; | 123 | extern char const* const LOOKUP_REGKEY; |
124 | 124 | ||
125 | #endif // TOOLS_H | 125 | #endif // TOOLS_H |