X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/04f4d7044367099914cf1906ae27ac20c24e44cf..fae54db4d115cb57da03e0b7f5b4fa2abde95da2:/monop/trade.c diff --git a/monop/trade.c b/monop/trade.c index 9a9056e4..ff60ca0a 100644 --- a/monop/trade.c +++ b/monop/trade.c @@ -1,4 +1,4 @@ -/* $NetBSD: trade.c,v 1.6 1999/09/08 21:17:52 jsm Exp $ */ +/* $NetBSD: trade.c,v 1.9 2004/01/27 20:30:30 jsm Exp $ */ /* * Copyright (c) 1980, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -38,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)trade.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: trade.c,v 1.6 1999/09/08 21:17:52 jsm Exp $"); +__RCSID("$NetBSD: trade.c,v 1.9 2004/01/27 20:30:30 jsm Exp $"); #endif #endif /* not lint */ @@ -59,11 +55,11 @@ static int used[MAX_PRP]; static TRADE trades[2]; -static void get_list __P((int, int )); -static int set_list __P((OWN *)); -static void summate __P((void)); -static void do_trade __P((void)); -static void move_em __P((TRADE *, TRADE *)); +static void get_list(int, int ); +static int set_list(OWN *); +static void summate(void); +static void do_trade(void); +static void move_em(TRADE *, TRADE *); void trade() @@ -304,7 +300,7 @@ resign() sqp->owner = -1; sqp->desc->morg = FALSE; if (sqp->type == PRPTY) { - isnot_monop(sqp->desc->mon_desc); + is_not_monop(sqp->desc->mon_desc); sqp->desc->houses = 0; } }