From: Andre Noll <maan@tuebingen.mpg.de>
Date: Thu, 28 Oct 2021 12:44:25 +0000 (+0200)
Subject: command.c: Make aux_info_cb() static.
X-Git-Tag: v0.6.4~2
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=4c4ceadaa1b111905ee9927c22eafcfc02f321f9;p=paraslash.git

command.c: Make aux_info_cb() static.

It is only used in command.c.
---

diff --git a/command.c b/command.c
index 0a76f68e..7b3d6faf 100644
--- a/command.c
+++ b/command.c
@@ -554,7 +554,7 @@ out:
 }
 EXPORT_SERVER_CMD_HANDLER(stat);
 
-const char *aux_info_cb(unsigned cmd_num, bool verbose)
+static const char *aux_info_cb(unsigned cmd_num, bool verbose)
 {
 	static char result[80];
 	unsigned perms = server_command_perms[cmd_num];