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 36e0fd56..ac100588 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -167,6 +167,8 @@ void cons_check_version(gboolean not_available_msg);
 void cons_show_typing(const char * const short_from);
 void cons_show_incoming_message(const char * const short_from, const int win_index);
 void cons_show_room_invites(GSList *invites);
+void cons_show_received_subs(void);
+void cons_show_sent_subs(void);
 
 // status bar actions
 void status_bar_refresh(void);