summaryrefslogtreecommitdiffstats
path: root/mille/mille.h
diff options
context:
space:
mode:
Diffstat (limited to 'mille/mille.h')
-rw-r--r--mille/mille.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mille/mille.h b/mille/mille.h
index 205bdab3..416e9f0d 100644
--- a/mille/mille.h
+++ b/mille/mille.h
@@ -1,4 +1,4 @@
-/* $NetBSD: mille.h,v 1.8 1998/07/26 16:11:39 mycroft Exp $ */
+/* $NetBSD: mille.h,v 1.9 1998/09/13 15:27:29 hubertf Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -231,7 +231,7 @@ int canplay __P((PLAY *, PLAY *, CARD));
int check_ext __P((bool));
void check_go __P((void));
void check_more __P((void));
-void die __P((int));
+void die __P((int)) __attribute__((__noreturn__));
void domove __P((void));
bool error __P((const char *, ...));
void extrapolate __P((PLAY *));