mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 05:16:21 +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;
|
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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user