Update terminal.c function parameters

This commit is contained in:
jsteube
2016-10-06 20:57:29 +02:00
parent 52068e25d5
commit 0ea8b6f3d0
3 changed files with 20 additions and 10 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
#include <windows.h>
#endif // _WIN
void welcome_screen (const user_options_t *user_options, const time_t proc_start, const char *version_tag);
void goodbye_screen (const user_options_t *user_options, const time_t proc_start, const time_t proc_stop);
void welcome_screen (hashcat_ctx_t *hashcat_ctx, const time_t proc_start, const char *version_tag);
void goodbye_screen (hashcat_ctx_t *hashcat_ctx, const time_t proc_start, const time_t proc_stop);
int setup_console ();