summaryrefslogtreecommitdiffstats
path: root/sail/extern.h
diff options
context:
space:
mode:
authorjwise <jwise@NetBSD.org>2001-01-04 05:34:56 +0000
committerjwise <jwise@NetBSD.org>2001-01-04 05:34:56 +0000
commit4bb910aa025d0c056f01479839fb4aac351c6f60 (patch)
tree46a08c533ee20bc13807aae50458f8781fadf8af /sail/extern.h
parent185dd7965f398cfe8bbab3b933dc63e22db50fd0 (diff)
downloadbsdgames-darwin-4bb910aa025d0c056f01479839fb4aac351c6f60.tar.gz
bsdgames-darwin-4bb910aa025d0c056f01479839fb4aac351c6f60.tar.zst
bsdgames-darwin-4bb910aa025d0c056f01479839fb4aac351c6f60.zip
Various stylistic nits.
Diffstat (limited to 'sail/extern.h')
-rw-r--r--sail/extern.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sail/extern.h b/sail/extern.h
index a7b68357..0d43c98e 100644
--- a/sail/extern.h
+++ b/sail/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.22 2001/01/04 03:51:24 jwise Exp $ */
+/* $NetBSD: extern.h,v 1.23 2001/01/04 05:34:56 jwise Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -44,9 +44,9 @@ extern int mode;
#define MODE_LOGGER 3
/* command line flags */
-extern char randomize; /* -x, give first available ship */
-extern char longfmt; /* -l, print score in long format */
-extern char nobells; /* -b, don't ring bell before Signal */
+extern int randomize; /* -x, give first available ship */
+extern int longfmt; /* -l, print score in long format */
+extern int nobells; /* -b, don't ring bell before Signal */
/* other initial modes */
extern gid_t gid;
@@ -290,7 +290,7 @@ extern int turn;
extern int game;
extern int alive;
extern int people;
-extern char hasdriver;
+extern int hasdriver;
/* assorted.c */
void table (int, int, int, struct ship *, struct ship *, int);