summaryrefslogtreecommitdiffstats
path: root/atc/extern.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-22 22:58:56 +0000
committerdholland <dholland@NetBSD.org>2014-03-22 22:58:56 +0000
commit2b1b33dbf5144e2190a0dc9963afa23ce93aa7af (patch)
tree6e374d2a51414743ee9f00df6c9903fbca26a8a0 /atc/extern.h
parentb02984cd3526b2e629c94ede019e8e2492c06e5f (diff)
downloadbsdgames-darwin-2b1b33dbf5144e2190a0dc9963afa23ce93aa7af.tar.gz
bsdgames-darwin-2b1b33dbf5144e2190a0dc9963afa23ce93aa7af.zip
Make the list of place types an enumeration. Use unsigned values for
place numbers.
Diffstat (limited to 'atc/extern.h')
-rw-r--r--atc/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atc/extern.h b/atc/extern.h
index 2b23e4b4..7131a6a3 100644
--- a/atc/extern.h
+++ b/atc/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.16 2009/08/12 04:48:03 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.17 2014/03/22 22:58:56 dholland Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -61,7 +61,7 @@ extern struct termios tty_start, tty_new;
extern DISPLACEMENT displacement[MAXDIR];
-int addplane(void);
+void addplane(void);
void append(LIST *, PLANE *);
void check_adir(int, int, int);
void delete(LIST *, PLANE *);