-/* $NetBSD: trade.c,v 1.10 2008/01/28 06:16:13 dholland Exp $ */
+/* $NetBSD: trade.c,v 1.12 2008/02/19 10:48:47 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
#if 0
static char sccsid[] = "@(#)trade.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: trade.c,v 1.10 2008/01/28 06:16:13 dholland Exp $");
+__RCSID("$NetBSD: trade.c,v 1.12 2008/02/19 10:48:47 dholland Exp $");
#endif
#endif /* not lint */
*/
static void
get_list(struct_no, play_no)
- int struct_no, play_no;
+ int struct_no, play_no;
{
int sn, pn;
PLAY *pp;
*/
static int
set_list(the_list)
- OWN *the_list;
+ OWN *the_list;
{
int i;
OWN *op;
*/
static void
move_em(from, to)
- TRADE *from, *to;
+ TRADE *from, *to;
{
PLAY *pl_fr, *pl_to;
OWN *op;
for (i = player; i < num_play; i++) {
name_list[i] = name_list[i+1];
if (i + 1 < num_play)
- play[i] = play[i+1];
+ play[i] = play[i+1];
}
name_list[num_play--] = 0;
for (i = 0; i < N_SQRS; i++)