Difference for server/commands.c from version 1.21 to 1.22


version 1.21 version 1.22
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.21 2002/06/21 05:52:24 mwedel Exp $";   *   "$Id: commands.c,v 1.22 2002/07/15 04:57:13 mwedel Exp $";
  */   */
   
 /*  /*
Line 59
 
Line 59
   {"verify", command_malloc_verify,0.0},    {"verify", command_malloc_verify,0.0},
 #endif  #endif
   {"apply", command_apply, 1.0}, /* should be variable */    {"apply", command_apply, 1.0}, /* should be variable */
     {"applymode", command_applymode, 1.0}, /* should be variable */
   {"archs", command_archs, 0.0},    {"archs", command_archs, 0.0},
     {"body", command_body, 0.0},
   {"brace", command_brace, 0.0},    {"brace", command_brace, 0.0},
   {"cast", command_cast, 0.2}, /* Is this right? */    {"cast", command_cast, 0.2}, /* Is this right? */
   {"disarm", command_disarm, 1.0},    {"disarm", command_disarm, 1.0},


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

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