diff options
Diffstat (limited to 'lib/Utils/logging.cpp')
| -rw-r--r-- | lib/Utils/logging.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Utils/logging.cpp b/lib/Utils/logging.cpp index d79ded5d..f70d23f3 100644 --- a/lib/Utils/logging.cpp +++ b/lib/Utils/logging.cpp @@ -8,6 +8,8 @@ int xfunc_error_retval = EXIT_FAILURE; +int g_verbose; + void xfunc_die(void) { exit(xfunc_error_retval); |
