1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

tests: Add win_get_last_sent_messag() stub

This commit is contained in:
Michael Vetter 2021-10-22 12:40:34 +02:00
parent 59063aa3b4
commit ab5ee11c66

View File

@ -1307,6 +1307,11 @@ win_get_title(ProfWin* window)
{
return NULL;
}
char*
win_get_last_sent_message(ProfWin* window)
{
return NULL;
}
void
win_show_occupant(ProfWin* window, Occupant* occupant)
{