Difference for server/plugins.c from version 1.57 to 1.58


version 1.57 version 1.58
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.57 2005/12/04 13:26:39 ryo_saeba Exp $";   *   "$Id: plugins.c,v 1.58 2005/12/05 23:34:04 akirschbaum Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 128
 
Line 128
 /*****************************************************************************/  /*****************************************************************************/
   
 #ifdef WIN32  #ifdef WIN32
 static const char *plugins_dlerror()  static const char *plugins_dlerror(void)
 {  {
     static char buf[256];      static char buf[256];
     DWORD err;      DWORD err;


Legend:
line(s) removed in v.1.57 
line(s) changed
 line(s) added in v.1.58

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