summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-30 13:28:55 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commit42fbb3fc2b1a410075ba127dffe53654a0188545 (patch)
tree2100a13c8a289e7281e537ad188484de7f98fe2b
parent8f24f131ebfb360b12c1ec03105f75ab2f451823 (diff)
axgetput: Make do_version static.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--ax25/axgetput/axgetput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/axgetput/axgetput.c b/ax25/axgetput/axgetput.c
index fc57408..0c33853 100644
--- a/ax25/axgetput/axgetput.c
+++ b/ax25/axgetput/axgetput.c
@@ -147,7 +147,7 @@ static void signal_handler(int sig)
/*---------------------------------------------------------------------------*/
-void do_version(void)
+static void do_version(void)
{
fprintf(stderr, MYNAME " " FULL_VER "\n");
fprintf(stderr, " (c) 2002 Thomas Osterried <thomas@x-berg.in-berlin.de>\n");