mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 23:26:22 +00:00
Make _show_roster_contacts static
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user