summaryrefslogtreecommitdiff
path: root/games/battlestar
diff options
context:
space:
mode:
authormestre <mestre@cvs.openbsd.org>2015-12-26 00:26:41 +0000
committermestre <mestre@cvs.openbsd.org>2015-12-26 00:26:41 +0000
commitcd3ae956e87cd9a71362c652453ed1b666e3400c (patch)
tree552c5d7229cdaed36d4263180993b1fa2dec6bf8 /games/battlestar
parent3fb26cc31d7a4478dc8f38b04bdd6993f60fb4f5 (diff)
Set as __dead a few more functions, that don't return, on games/
With precious tip, help and also OK from tb@
Diffstat (limited to 'games/battlestar')
-rw-r--r--games/battlestar/extern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battlestar/extern.h b/games/battlestar/extern.h
index 89dfa59208e..1d6bde56fb0 100644
--- a/games/battlestar/extern.h
+++ b/games/battlestar/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.18 2015/12/04 17:34:40 tb Exp $ */
+/* $OpenBSD: extern.h,v 1.19 2015/12/26 00:26:39 mestre Exp $ */
/* $NetBSD: extern.h,v 1.5 1995/04/24 12:22:18 cgd Exp $ */
/*
@@ -330,7 +330,7 @@ void chime(void);
void convert(int);
void crash(void);
int cypher(void);
-void die(int);
+__dead void die(int);
void dig(void);
void dooropen(void);
int draw(void);
@@ -350,7 +350,7 @@ void kiss(void);
int land(void);
int launch(void);
void light(void);
-void live(void);
+__dead void live(void);
void love(void);
int moveplayer(int, int);
void murder(void);