mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Make _show_roster_contacts static
This commit is contained in:
parent
9db466dcbd
commit
8a2026ccbe
@ -62,7 +62,7 @@
|
||||
#endif
|
||||
|
||||
static void _cons_splash_logo(void);
|
||||
void _show_roster_contacts(GSList* list, gboolean show_groups);
|
||||
static void _show_roster_contacts(GSList* list, gboolean show_groups);
|
||||
|
||||
void
|
||||
cons_debug(const char* const msg, ...)
|
||||
@ -2615,7 +2615,7 @@ _cons_splash_logo(void)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
_show_roster_contacts(GSList* list, gboolean show_groups)
|
||||
{
|
||||
ProfWin* console = wins_get_console();
|
||||
|
Loading…
Reference in New Issue
Block a user