Difference for server/c_misc.c from version 1.12 to 1.13


version 1.12 version 1.13
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_misc_c =   * static char *rcsid_c_misc_c =
  *   "$Id: c_misc.c,v 1.12 2001/07/14 04:11:18 mwedel Exp $";   *   "$Id: c_misc.c,v 1.13 2001/09/27 19:37:39 garbled Exp $";
  */   */
   
 /*  /*
Line 696
 
Line 696
     size =WizCommandsSize;      size =WizCommandsSize;
     new_draw_info(NDI_UNIQUE, 0,op, "      Wiz commands:");      new_draw_info(NDI_UNIQUE, 0,op, "      Wiz commands:");
     break;      break;
     case 2:
       ap= CommunicationCommands;
       size= CommunicationCommandSize;
       new_draw_info(NDI_UNIQUE, 0, op, "      Communication commands:");
       break;
   default:    default:
     ap =Commands;      ap =Commands;
     size =CommandsSize;      size =CommandsSize;
Line 767
 
Line 772
    */     */
   if (!strcmp(params, "commands")) {    if (!strcmp(params, "commands")) {
     show_commands(op, 0);      show_commands(op, 0);
       show_commands(op, 2); /* show comm commands */
     if (QUERY_FLAG(op, FLAG_WIZ))      if (QUERY_FLAG(op, FLAG_WIZ))
       show_commands(op, 1);        show_commands(op, 1);
     return 0;      return 0;


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

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