1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Make _show_roster_contacts static

This commit is contained in:
Michael Vetter 2020-07-09 08:48:10 +02:00
parent 9db466dcbd
commit 8a2026ccbe

View File

@ -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();