Move out all use of event_log_info() from library code to main.c or terminal.c

This commit is contained in:
jsteube
2016-10-26 11:24:00 +02:00
parent e26b08f61f
commit 636d953996
5 changed files with 93 additions and 75 deletions

View File

@@ -42,6 +42,8 @@ int tty_getchar();
int tty_fix();
void opencl_info (hashcat_ctx_t *hashcat_ctx);
void opencl_info_compact (hashcat_ctx_t *hashcat_ctx);
void status_display_machine_readable (hashcat_ctx_t *hashcat_ctx);
void status_display (hashcat_ctx_t *hashcat_ctx);
void status_benchmark_automate (hashcat_ctx_t *hashcat_ctx);