Made version check a user preference

This commit is contained in:
James Booth
2012-10-24 01:35:36 +01:00
parent ff335f80a9
commit 2ca8f5b62e
5 changed files with 77 additions and 17 deletions

View File

@@ -115,6 +115,7 @@ void cons_show(const char * const cmd, ...);
void cons_bad_show(const char * const cmd);
void cons_highlight_show(const char * const cmd);
void cons_show_contacts(GSList * list);
void cons_check_version(gboolean not_available_msg);
// status bar actions
void status_bar_refresh(void);