]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - mille/mille.h
This patch fixes a -Wcast-qual warning in wump(6).
[bsdgames-darwin.git] / mille / mille.h
index 5c3f48007d0b58ff6447a8fe2dae2215fb35cfde..416e9f0debd07d006813d74d9073dddfe4a41e1a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: mille.h,v 1.7 1997/10/12 00:54:11 lukem Exp $  */
+/*     $NetBSD: mille.h,v 1.9 1998/09/13 15:27:29 hubertf Exp $        */
 
 /*
  * Copyright (c) 1982, 1993
@@ -231,9 +231,9 @@ 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((char *, ...));
+bool   error __P((const char *, ...));
 void   extrapolate __P((PLAY *));
 void   finalscore __P((PLAY *));
 CARD   getcard __P((void));