mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
tests: Add win_get_last_sent_messag() stub
This commit is contained in:
parent
59063aa3b4
commit
ab5ee11c66
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user