summaryrefslogtreecommitdiffstats
path: root/larn/help.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2012-06-19 05:30:43 +0000
committerdholland <dholland@NetBSD.org>2012-06-19 05:30:43 +0000
commit60030fd11e6c646dbc35c5254b2520d5af45288f (patch)
tree2d9c57e3deb2afa23793d42c8ba11c5b98398282 /larn/help.c
parent98b4affa216164b77e59278a2b1cdc3deee77716 (diff)
downloadbsdgames-darwin-60030fd11e6c646dbc35c5254b2520d5af45288f.tar.gz
bsdgames-darwin-60030fd11e6c646dbc35c5254b2520d5af45288f.tar.zst
bsdgames-darwin-60030fd11e6c646dbc35c5254b2520d5af45288f.zip
WARNS=5
Diffstat (limited to 'larn/help.c')
-rw-r--r--larn/help.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/larn/help.c b/larn/help.c
index 76827a5a..477052cb 100644
--- a/larn/help.c
+++ b/larn/help.c
@@ -1,9 +1,9 @@
-/* $NetBSD: help.c,v 1.8 2009/08/12 08:04:05 dholland Exp $ */
+/* $NetBSD: help.c,v 1.9 2012/06/19 05:30:43 dholland Exp $ */
/* help.c Larn is copyrighted 1986 by Noah Morgan. */
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: help.c,v 1.8 2009/08/12 08:04:05 dholland Exp $");
+__RCSID("$NetBSD: help.c,v 1.9 2012/06/19 05:30:43 dholland Exp $");
#endif /* not lint */
#include <unistd.h>
@@ -24,7 +24,7 @@ static int openhelp(void);
* pages of help text (23 lines per page)
*/
void
-help()
+help(void)
{
int i, j;
#ifndef VT100
@@ -73,7 +73,7 @@ help()
* function to display the welcome message and background
*/
void
-welcome()
+welcome(void)
{
int i;
#ifndef VT100
@@ -100,7 +100,7 @@ welcome()
* function to say press return to continue and reset scroll when done
*/
static void
-retcont()
+retcont(void)
{
cursor(1, 24);
lprcat("Press ");