mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
char*
|
||||||
|
win_get_last_sent_message(ProfWin* window)
|
||||||
|
{
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
void
|
void
|
||||||
win_show_occupant(ProfWin* window, Occupant* occupant)
|
win_show_occupant(ProfWin* window, Occupant* occupant)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user