From 8916e2056e90ba2c157dfd2b98fb48837d565646 Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 12 Aug 2009 08:04:05 +0000 Subject: sprinkle static --- larn/help.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'larn/help.c') 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 #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 @@ -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); -- cgit v1.2.3