Moved display logic for subscriptions to console module

This commit is contained in:
James Booth
2013-04-27 23:13:52 +01:00
parent e02ab52a4e
commit 04c6f2d7b0
3 changed files with 39 additions and 27 deletions

View File

@@ -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);