mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 09:16:22 +00:00
tests: Add win_get_last_sent_messag() stub
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user