Added ui_ev_new_private_win to ui events

This commit is contained in:
James Booth
2015-05-04 01:31:27 +01:00
parent b1dd1e2726
commit c8eaaa0ce9
8 changed files with 33 additions and 27 deletions

View File

@@ -40,6 +40,6 @@ jabber_conn_status_t cl_ev_connect_account(ProfAccount *account);
void cl_ev_send_msg(ProfChatWin *chatwin, const char * const msg);
void cl_ev_send_muc_msg(ProfMucWin *mucwin, const char * const msg);
void cl_ev_send_priv_msg(const char * const fulljid, const char * const msg);
void cl_ev_send_priv_msg(ProfPrivateWin *privwin, const char * const msg);
#endif