about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 378cea69..14d03ef0 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -168,6 +168,8 @@ void cons_show_info(PContact pcontact);
 void cons_show_caps(PContact pcontact);
 void cons_show_themes(GSList *themes);
 void cons_show_login_success(ProfAccount *account);
+void cons_show_software_version(const char * const jid, const char * const name,
+    const char * const version, const char * const os);
 
 // status bar actions
 void status_bar_refresh(void);