Difference for server/c_wiz.c from version 1.13 to 1.14


version 1.13 version 1.14
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.13 2001/10/14 07:57:14 gros Exp $";   *   "$Id: c_wiz.c,v 1.14 2001/12/16 03:31:03 mwedel Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 820
 
Line 820
 {  {
     displayPluginsList(op);      displayPluginsList(op);
     return 1;      return 1;
 };  }
 /* GROS */  /* GROS */
 /* Loads the given plugin. The DM specifies the name of the library to load  */  /* Loads the given plugin. The DM specifies the name of the library to load  */
 /* (no pathname is needed). Do not ever attempt to load the same plugin more */  /* (no pathname is needed). Do not ever attempt to load the same plugin more */
Line 835
 
Line 835
     printf("Requested plugin file is %s\n", buf);      printf("Requested plugin file is %s\n", buf);
     initOnePlugin(buf);      initOnePlugin(buf);
     return 1;      return 1;
 };  }
 /* GROS */  /* GROS */
 /* Unloads the given plugin. The DM specified the ID of the library to       */  /* Unloads the given plugin. The DM specified the ID of the library to       */
 /* unload. Note that some things may behave strangely if the correct plugins */  /* unload. Note that some things may behave strangely if the correct plugins */
Line 844
 
Line 844
 {  {
     removeOnePlugin(params);      removeOnePlugin(params);
     return 1;      return 1;
 };  }


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

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