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