summaryrefslogtreecommitdiff
path: root/games/mille/mille.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/mille/mille.h')
-rw-r--r--games/mille/mille.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/mille/mille.h b/games/mille/mille.h
index bd924d721c6..73ac2234ae1 100644
--- a/games/mille/mille.h
+++ b/games/mille/mille.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mille.h,v 1.6 2002/02/16 21:27:10 millert Exp $ */
+/* $OpenBSD: mille.h,v 1.7 2002/02/17 19:42:20 millert Exp $ */
/* $NetBSD: mille.h,v 1.5 1995/03/24 05:01:51 cgd Exp $ */
/*
@@ -262,7 +262,7 @@ void show_card(int, int, CARD, CARD *);
void show_score(int, int, int, int *);
void shuffle(void);
void sort(CARD *);
-bool varpush __P((int, ssize_t(int, const struct iovec *, int)));
+bool varpush(int, ssize_t(int, const struct iovec *, int));
#ifdef EXTRAP
void extrapolate(PLAY *);
void undoex(void);