From 305aa38b0e4eef0687e7eb794b7f6d7854a2fcef Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 6 Sep 2016 11:52:02 +0200 Subject: [PATCH] Fix import variables --- src/hashcat.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/hashcat.c b/src/hashcat.c index 2c0556795..7160168cb 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -38,6 +38,8 @@ extern hc_global_data_t data; +extern int SUPPRESS_OUTPUT; + static const char *PROGNAME = "hashcat"; const uint VERSION_BIN = 310; @@ -409,15 +411,12 @@ static void (*get_next_word_func) (char *, u32, u32 *, u32 *); static unsigned int full01 = 0x01010101; static unsigned int full80 = 0x80808080; -extern int SUPPRESS_OUTPUT; static hc_thread_mutex_t mux_adl; static hc_thread_mutex_t mux_counter; static hc_thread_mutex_t mux_dispatcher; hc_thread_mutex_t mux_display; -hc_global_data_t data; - const char *PROMPT = "[s]tatus [p]ause [r]esume [b]ypass [c]heckpoint [q]uit => "; const char *USAGE_MINI[] =