diff options
-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 |