1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-22 14:48:12 +00:00

Renamed __hc_device_param to hc_device_param__ to comply with standard naming convention

This commit is contained in:
jsteube 2016-10-01 12:33:59 +02:00
parent 4fe0c9ac94
commit 91efbc4562

View File

@ -559,9 +559,7 @@ typedef struct wordr
} wordr_t;
typedef struct __hc_device_param hc_device_param_t;
struct __hc_device_param
typedef struct hc_device_param
{
cl_device_id device;
cl_device_type device_type;
@ -736,7 +734,8 @@ struct __hc_device_param
u32 kernel_params_amp_buf32[PARAMCNT];
u32 kernel_params_memset_buf32[PARAMCNT];
};
} hc_device_param_t;
typedef struct opencl_ctx
{