Fix a bunch of warnings

This commit is contained in:
Rosen Penev
2016-10-30 10:55:27 -07:00
parent 0d6c020433
commit a219b95c17
11 changed files with 28 additions and 28 deletions

View File

@@ -26,10 +26,10 @@
void welcome_screen (hashcat_ctx_t *hashcat_ctx, 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 ();
int setup_console (void);
void send_prompt ();
void clear_prompt ();
void send_prompt (void);
void clear_prompt (void);
void *thread_keypress (void *p);
@@ -37,9 +37,9 @@ void *thread_keypress (void *p);
void SetConsoleWindowSize (const int x);
#endif
int tty_break();
int tty_getchar();
int tty_fix();
int tty_break(void);
int tty_getchar(void);
int tty_fix(void);
void opencl_info (hashcat_ctx_t *hashcat_ctx);
void opencl_info_compact (hashcat_ctx_t *hashcat_ctx);