summaryrefslogtreecommitdiffstats
path: root/games/battlestar/parse.c
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2000-10-08 03:24:30 +0000
committerbillf <billf@FreeBSD.org>2000-10-08 03:24:30 +0000
commit4ccc7578a7644c9c3f5255474c19ac7538a5ef0d (patch)
treece525ae63a69faf162cdf78e2e49428892bbaff0 /games/battlestar/parse.c
parent1d991e1b3c8277558eadc6388ebddeaf93625bc1 (diff)
downloadFreeBSD-src-4ccc7578a7644c9c3f5255474c19ac7538a5ef0d.zip
FreeBSD-src-4ccc7578a7644c9c3f5255474c19ac7538a5ef0d.tar.gz
Conform to BDECFLAGS
Diffstat (limited to 'games/battlestar/parse.c')
-rw-r--r--games/battlestar/parse.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/games/battlestar/parse.c b/games/battlestar/parse.c
index 5e761b7..a5846ad 100644
--- a/games/battlestar/parse.c
+++ b/games/battlestar/parse.c
@@ -41,6 +41,11 @@ static const char rcsid[] =
#include "externs.h"
+static int hash __P((const char *));
+static void install __P((struct wlist *));
+struct wlist *lookup __P((const char *));
+
+void
wordinit()
{
struct wlist *w;
@@ -75,6 +80,7 @@ lookup(s)
return NULL;
}
+void
install(wp)
struct wlist *wp;
{
@@ -88,6 +94,7 @@ install(wp)
printf("Multiply defined %s.\n", wp->string);
}
+void
parse()
{
struct wlist *wp;
OpenPOWER on IntegriCloud