1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

Add occupantswin_occupants_all() stub to unittest

This commit is contained in:
Michael Vetter 2019-04-23 14:47:42 +02:00
parent 028839e35a
commit 0d8a39d8dd

View File

@ -478,6 +478,7 @@ void rosterwin_roster(void) {}
// occupants window
void occupantswin_occupants(const char * const room) {}
void occupantswin_occupants_all(void) {}
// window interface
ProfWin* win_create_console(void)