summaryrefslogtreecommitdiffstats
path: root/mille/mille.h
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1998-07-26 16:11:39 +0000
committermycroft <mycroft@NetBSD.org>1998-07-26 16:11:39 +0000
commit11961241abd27c9cf1344a211e8331ffd25259b9 (patch)
treefec5261b4fff07534ed6c5ccd7c2535cefe0cc08 /mille/mille.h
parente25bc1e9c4985c088b79ce6c6633da8c3c19aaf5 (diff)
downloadbsdgames-darwin-11961241abd27c9cf1344a211e8331ffd25259b9.tar.gz
bsdgames-darwin-11961241abd27c9cf1344a211e8331ffd25259b9.tar.zst
bsdgames-darwin-11961241abd27c9cf1344a211e8331ffd25259b9.zip
const poisoning.
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 5c3f4800..205bdab3 100644
--- a/mille/mille.h
+++ b/mille/mille.h
@@ -1,4 +1,4 @@
-/* $NetBSD: mille.h,v 1.7 1997/10/12 00:54:11 lukem Exp $ */
+/* $NetBSD: mille.h,v 1.8 1998/07/26 16:11:39 mycroft Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -233,7 +233,7 @@ void check_go __P((void));
void check_more __P((void));
void die __P((int));
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));