summaryrefslogtreecommitdiffstats
path: root/boggle/boggle/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'boggle/boggle/help.c')
-rw-r--r--boggle/boggle/help.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/boggle/boggle/help.c b/boggle/boggle/help.c
index 2ca00330..365431f0 100644
--- a/boggle/boggle/help.c
+++ b/boggle/boggle/help.c
@@ -1,4 +1,4 @@
-/* $NetBSD: help.c,v 1.5 2003/08/07 09:37:05 agc Exp $ */
+/* $NetBSD: help.c,v 1.6 2005/07/01 16:38:24 jmc Exp $ */
/*-
* Copyright (c) 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)help.c 8.1 (Berkeley) 6/11/93";
#else
-__RCSID("$NetBSD: help.c,v 1.5 2003/08/07 09:37:05 agc Exp $");
+__RCSID("$NetBSD: help.c,v 1.6 2005/07/01 16:38:24 jmc Exp $");
#endif
#endif /* not lint */
@@ -48,8 +48,9 @@ __RCSID("$NetBSD: help.c,v 1.5 2003/08/07 09:37:05 agc Exp $");
#include "extern.h"
extern int nlines;
+
int
-help()
+help(void)
{
int eof, i;
FILE *fp;