summaryrefslogtreecommitdiffstats
path: root/games/battlestar/parse.c
diff options
context:
space:
mode:
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