/** * Author......: See docs/credits.txt * License.....: MIT */ #ifndef HC_STDOUT_H #define HC_STDOUT_H #include #include #include #include #include #include #include #include #if defined (_POSIX) #include #include #endif // _POSIX int process_stdout (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param, const u64 pws_cnt); #endif // HC_STDOUT_H