version 1.11 | | version 1.12 |
---|
| | |
/* | | /* |
* static char *rcsid_c_party_c = | | * static char *rcsid_c_party_c = |
* "$Id: c_party.c,v 1.11 2005/07/15 23:23:07 akirschbaum Exp $"; | | * "$Id: c_party.c,v 1.12 2005/08/12 08:18:59 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
static partylist * firstparty=NULL; /* Keeps track of first party in list */ | | static partylist * firstparty=NULL; /* Keeps track of first party in list */ |
static partylist * lastparty=NULL; /*Keeps track of last party in list */ | | static partylist * lastparty=NULL; /*Keeps track of last party in list */ |
| | |
partylist * form_party(object *op, char *params, partylist * firstparty, partylist * lastparty) { | | partylist * form_party(object *op, const char *params, partylist * firstparty, partylist * lastparty) { |
| | |
partylist * newparty; | | partylist * newparty; |
int nextpartyid; | | int nextpartyid; |