diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 19:42:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 19:42:41 +0000 |
commit | d522f6eb0324008023fed0be4d046f3fc51b0356 (patch) | |
tree | 9ecf8345e3c3ff77a81ef2a20d84c6497533e804 /games/mille/mille.h | |
parent | 1b433a7e5b43fe0dec72e100525e31299629c117 (diff) |
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'games/mille/mille.h')
-rw-r--r-- | games/mille/mille.h | 4 |
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); |