summaryrefslogtreecommitdiff
path: root/games/adventure/extern.h
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>1998-09-02 06:36:08 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>1998-09-02 06:36:08 +0000
commit8a5440f402df103a4c008b54262f53ccd1f7888d (patch)
tree16efd65d4e93ec41b42106e57d51b4a3376defe6 /games/adventure/extern.h
parent2a0d8088382c514e54dfdbb4be1ba3fea4c3b522 (diff)
More changes from jsm28@cam.ac.uk
Diffstat (limited to 'games/adventure/extern.h')
-rw-r--r--games/adventure/extern.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/adventure/extern.h b/games/adventure/extern.h
index a4dcc39bae7..df6e82873a5 100644
--- a/games/adventure/extern.h
+++ b/games/adventure/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.1 1998/08/31 02:31:13 pjanzen Exp $ */
+/* $OpenBSD: extern.h,v 1.2 1998/09/02 06:36:07 pjanzen Exp $ */
/* $NetBSD: extern.h,v 1.3 1997/10/11 01:55:27 lukem Exp $ */
/*
@@ -40,7 +40,7 @@ unsigned long crc __P((const char *, int));
/* done.c */
int score __P((void));
void done __P((int));
-int die __P((int));
+void die __P((int));
/* init.c */
void init __P((void));
@@ -95,8 +95,8 @@ int march __P((void));
int mback __P((void));
int specials __P((void));
int trbridge __P((void));
-int badmove __P((void));
-int bug __P((int)) __attribute__((__noreturn__));
+void badmove __P((void));
+void bug __P((int));
void checkhints __P((void));
int trsay __P((void));
int trtake __P((void));
@@ -107,8 +107,8 @@ int trkill __P((void));
int trtoss __P((void));
int trfeed __P((void));
int trfill __P((void));
-int closing __P((void));
-int caveclose __P((void));
+void closing __P((void));
+void caveclose __P((void));
/* vocab.c */
void dstroy __P((int));