diff options
| author | dholland <dholland@NetBSD.org> | 2014-03-22 22:58:56 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2014-03-22 22:58:56 +0000 |
| commit | 2b1b33dbf5144e2190a0dc9963afa23ce93aa7af (patch) | |
| tree | 6e374d2a51414743ee9f00df6c9903fbca26a8a0 /atc/extern.h | |
| parent | b02984cd3526b2e629c94ede019e8e2492c06e5f (diff) | |
| download | bsdgames-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.h | 4 |
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 *); |
