Move out all use of event_log_info() from library code to main.c or terminal.c
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user