Difference for server/c_wiz.c from version 1.66 to 1.67


version 1.66 version 1.67
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.66 2005/08/12 08:18:59 ryo_saeba Exp $";   *   "$Id: c_wiz.c,v 1.67 2005/08/12 13:46:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 1273
 
Line 1273
  * for socket users to become DM - in that case, it will check for the players   * for socket users to become DM - in that case, it will check for the players
  * character name.   * character name.
  */   */
 static int checkdm(object *op, char *pl_name, char *pl_passwd, char *pl_host)  static int checkdm(object *op, const char *pl_name, const char *pl_passwd, const char *pl_host)
 {  {
   FILE  *dmfile;    FILE  *dmfile;
   char  buf[MAX_BUF];    char  buf[MAX_BUF];


Legend:
line(s) removed in v.1.66 
line(s) changed
 line(s) added in v.1.67

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