Add some useful stuff to main.c

This commit is contained in:
jsteube
2016-10-03 01:27:55 +02:00
parent 50d2cec912
commit 57cb082fda
10 changed files with 164 additions and 139 deletions

View File

@@ -23,8 +23,8 @@
#include <windows.h>
#endif // _WIN
void welcome_screen (const user_options_t *user_options, const status_ctx_t *status_ctx, char *version_tag);
void goodbye_screen (const user_options_t *user_options, const status_ctx_t *status_ctx);
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);
int setup_console ();