Moved ui_outgoing_private_msg to privwin.c

This commit is contained in:
James Booth
2015-11-05 23:30:51 +00:00
parent 9fcdc5901c
commit ebff1fc81e
2 changed files with 5 additions and 6 deletions

View File

@@ -83,3 +83,8 @@ ui_incoming_private_msg(const char *const fulljid, const char *const message, GD
free(display_from);
}
void
ui_outgoing_private_msg(ProfPrivateWin *privwin, const char *const message)
{
win_print((ProfWin*)privwin, '-', 0, NULL, 0, THEME_TEXT_ME, "me", message);
}