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
+2
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);
+1
View File
@@ -850,6 +850,7 @@ typedef struct opencl_ctx
char **platforms_vendor;
char **platforms_name;
char **platforms_version;
bool *platforms_skipped;
cl_uint platform_devices_cnt;
cl_device_id *platform_devices;