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


version 1.12 version 1.13
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.12 2001/11/19 23:30:28 michtoen Exp $";   *   "$Id: plugins.c,v 1.13 2001/12/16 03:31:03 mwedel Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 419
 
Line 419
         PlugList[j-1] = PlugList[j];          PlugList[j-1] = PlugList[j];
     };      };
 };  };
   
 #else  #else
   
   #ifndef HAVE_SCANDIR
   
   extern int alphasort( struct dirent **a, struct dirent **b);
   #endif
   
 /*****************************************************************************/  /*****************************************************************************/
 /* UNIX Plugins initialization. Browses the plugins directory and call       */  /* UNIX Plugins initialization. Browses the plugins directory and call       */
 /* initOnePlugin for each file found.                                        */  /* initOnePlugin for each file found.                                        */


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:43