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

@@ -37,5 +37,6 @@
void ui_ev_focus_win(ProfWin *win);
ProfChatWin* ui_ev_new_chat_win(const char * const barejid);
ProfPrivateWin* ui_ev_new_private_win(const char * const fulljid);
#endif