summaryrefslogtreecommitdiffstats
path: root/larn/help.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-08-12 08:04:05 +0000
committerdholland <dholland@NetBSD.org>2009-08-12 08:04:05 +0000
commit8916e2056e90ba2c157dfd2b98fb48837d565646 (patch)
treef7b2cd85d32a6cdf7e2f0343e90fc0b8880d6d11 /larn/help.c
parentc10b9a8ce82ad7b4b287ccc5b5b576ab961aa488 (diff)
downloadbsdgames-darwin-8916e2056e90ba2c157dfd2b98fb48837d565646.tar.gz
bsdgames-darwin-8916e2056e90ba2c157dfd2b98fb48837d565646.tar.zst
bsdgames-darwin-8916e2056e90ba2c157dfd2b98fb48837d565646.zip
sprinkle static
Diffstat (limited to 'larn/help.c')
-rw-r--r--larn/help.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/larn/help.c b/larn/help.c
index 05e7656b..76827a5a 100644
--- a/larn/help.c
+++ b/larn/help.c
@@ -1,9 +1,9 @@
-/* $NetBSD: help.c,v 1.7 2008/02/03 21:24:58 dholland Exp $ */
+/* $NetBSD: help.c,v 1.8 2009/08/12 08:04:05 dholland Exp $ */
/* help.c Larn is copyrighted 1986 by Noah Morgan. */
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: help.c,v 1.7 2008/02/03 21:24:58 dholland Exp $");
+__RCSID("$NetBSD: help.c,v 1.8 2009/08/12 08:04:05 dholland Exp $");
#endif /* not lint */
#include <unistd.h>
@@ -11,6 +11,7 @@ __RCSID("$NetBSD: help.c,v 1.7 2008/02/03 21:24:58 dholland Exp $");
#include "header.h"
#include "extern.h"
+static void retcont(void);
static int openhelp(void);
/*
@@ -98,7 +99,7 @@ welcome()
/*
* function to say press return to continue and reset scroll when done
*/
-void
+static void
retcont()
{
cursor(1, 24);