Get rid of attack_mode variable in data. context

This commit is contained in:
jsteube
2016-09-22 15:41:59 +02:00
parent 479e93ae7d
commit f1d93d576a
12 changed files with 71 additions and 73 deletions
+1 -1
View File
@@ -20,6 +20,6 @@
#include <pwd.h>
#endif // _POSIX
void process_stdout (opencl_ctx_t *opencl_ctx, hc_device_param_t *device_param, const uint pws_cnt);
void process_stdout (opencl_ctx_t *opencl_ctx, hc_device_param_t *device_param, const user_options_t *user_options, const uint pws_cnt);
#endif // _STDOUT_H