about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-09 08:48:10 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-09 08:48:10 +0200
commit8a2026ccbebeb9e482a85a9c8854e8005842ee54 (patch)
tree6d76262a187d4b4f6a1a076d958cf9c7b1743223
parent9db466dcbd6c10e53e83ce7e6051cf3144c3a5b7 (diff)
downloadprofani-tty-8a2026ccbebeb9e482a85a9c8854e8005842ee54.tar.gz
Make _show_roster_contacts static
-rw-r--r--src/ui/console.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 2a52f9ea..4f7e222d 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -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();