summaryrefslogtreecommitdiffstats
path: root/battlestar/extern.h
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>2000-07-23 23:57:23 +0000
committermycroft <mycroft@NetBSD.org>2000-07-23 23:57:23 +0000
commit74639ea369dcee2bed9c2d2c8ee108d4336a9858 (patch)
tree941b202d6746a6296df1ad1869ec0c4e1b10fc43 /battlestar/extern.h
parentf6138c99bc04c12506713ae9badd0552ddfc22e5 (diff)
downloadbsdgames-darwin-74639ea369dcee2bed9c2d2c8ee108d4336a9858.tar.gz
bsdgames-darwin-74639ea369dcee2bed9c2d2c8ee108d4336a9858.tar.zst
bsdgames-darwin-74639ea369dcee2bed9c2d2c8ee108d4336a9858.zip
Rename move() to moveplayer() to avoid clashing with libcurses.
Diffstat (limited to 'battlestar/extern.h')
-rw-r--r--battlestar/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/battlestar/extern.h b/battlestar/extern.h
index eac81756..7ffec2c9 100644
--- a/battlestar/extern.h
+++ b/battlestar/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.15 1999/09/14 19:54:47 jsm Exp $ */
+/* $NetBSD: extern.h,v 1.16 2000/07/23 23:57:23 mycroft Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -335,7 +335,7 @@ int launch __P((void));
void light __P((void));
void live __P((void)) __attribute__((__noreturn__));
void love __P((void));
-int move __P((int, int));
+int moveplayer __P((int, int));
void moveenemy __P((int));
void murder __P((void));
void news __P((void));