Difference for server/c_party.c from version 1.22 to 1.23


version 1.22 version 1.23
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_party_c =   * static char *rcsid_c_party_c =
  *   "$Id: c_party.c,v 1.22 2005/12/17 18:21:44 ryo_saeba Exp $";   *   "$Id: c_party.c,v 1.23 2005/12/17 19:42:52 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 35
 
Line 35
 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* get_firstparty()  partylist* get_firstparty(void)
 {  {
  return firstparty;   return firstparty;
 }  }


Legend:
line(s) removed in v.1.22 
line(s) changed
 line(s) added in v.1.23

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:29