Renamed ui_new_chat_win -> chatwin_new

This commit is contained in:
James Booth
2015-10-27 23:15:28 +00:00
parent dfd55d24cd
commit ea09dcda18
4 changed files with 7 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ ProfPrivateWin* ui_new_private_win(const char * const fulljid)
return NULL;
}
ProfChatWin* ui_new_chat_win(const char * const barejid)
ProfChatWin* chatwin_new(const char * const barejid)
{
return NULL;
}