summaryrefslogtreecommitdiffstats
path: root/monop
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-02-24 03:01:13 +0000
committerdholland <dholland@NetBSD.org>2008-02-24 03:01:13 +0000
commitb924b9694237457bb76ed212f22f5e6aa1fc9dee (patch)
treeb13587829f90b847a06eab26fe3b314b8a2191d2 /monop
parent56db4783cf1b27df277d9ed01bcdf78c716c2804 (diff)
downloadbsdgames-darwin-b924b9694237457bb76ed212f22f5e6aa1fc9dee.tar.gz
bsdgames-darwin-b924b9694237457bb76ed212f22f5e6aa1fc9dee.tar.zst
bsdgames-darwin-b924b9694237457bb76ed212f22f5e6aa1fc9dee.zip
ret_card(), which I moved earlier, was consequently filed under the wrong
source file name. fix.
Diffstat (limited to 'monop')
-rw-r--r--monop/monop.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/monop/monop.h b/monop/monop.h
index aee4394e..ad62ef62 100644
--- a/monop/monop.h
+++ b/monop/monop.h
@@ -1,4 +1,4 @@
-/* $NetBSD: monop.h,v 1.16 2008/02/24 01:57:34 dholland Exp $ */
+/* $NetBSD: monop.h,v 1.17 2008/02/24 03:01:13 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -150,6 +150,9 @@ extern SQUARE board[N_SQRS + 1];
extern UTIL_S util[2];
+/* cards.c */
+void ret_card(PLAY *);
+
/* execute.c */
void execute(int);
void do_move(void);
@@ -167,7 +170,6 @@ void sell_houses(void);
/* jail.c */
void card(void);
-void ret_card(PLAY *);
void pay(void);
int move_jail(int, int );
void printturn(void);