summaryrefslogtreecommitdiffstats
path: root/games/battlestar/extern.h
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>1997-12-16 07:54:21 +0000
committerangelos <angelos@openbsd.org>1997-12-16 07:54:21 +0000
commit3565abd965f06ab3c64562c660ffd1e869845f12 (patch)
tree817d05e72ebd6dad1af401b5c1f00ac7a4046ba6 /games/battlestar/extern.h
parentbuild corpse too (diff)
downloadwireguard-openbsd-3565abd965f06ab3c64562c660ffd1e869845f12.tar.xz
wireguard-openbsd-3565abd965f06ab3c64562c660ffd1e869845f12.zip
Fix annoying warnings.
Diffstat (limited to 'games/battlestar/extern.h')
-rw-r--r--games/battlestar/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/extern.h b/games/battlestar/extern.h
index 64d34921682..ea65f0a4285 100644
--- a/games/battlestar/extern.h
+++ b/games/battlestar/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.2 1997/09/01 18:13:16 millert Exp $ */
+/* $OpenBSD: extern.h,v 1.3 1997/12/16 07:54:25 angelos Exp $ */
/* $NetBSD: extern.h,v 1.5 1995/04/24 12:22:18 cgd Exp $ */
/*
@@ -265,7 +265,7 @@ int card __P((char *, int));
void chime __P((void));
void crash __P((void));
int cypher __P((void));
-void die __P((void));
+void die __P((int));
void dig __P((void));
int draw __P((void));
void drink __P((void));