mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 23:56:21 +00:00
Renamed ui_new_chat_win -> chatwin_new
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user