]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - battlestar/extern.h
Rename move() to moveplayer() to avoid clashing with libcurses.
[bsdgames-darwin.git] / battlestar / extern.h
index eac81756f7bfb96f4a05406b29086c2506ff12a0..7ffec2c96706b0eba8bba43325a87d5c3302fa5b 100644 (file)
@@ -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));