Difference for server/plugins.c from version 1.34 to 1.35


version 1.34 version 1.35
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.34 2005/03/06 13:55:46 akirschbaum Exp $";   *   "$Id: plugins.c,v 1.35 2005/05/07 11:51:20 tchize Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 49
 
Line 49
 #endif  #endif
   
 #include <plugproto.h>  #include <plugproto.h>
   
 CFPlugin PlugList[32];  CFPlugin PlugList[32];
 int PlugNR = 0;  int PlugNR = 0;
   
Line 263
 
Line 262
   
 #else  #else
   
 #ifndef HAVE_SCANDIR  #ifndef HAVE_ALPHASORT
   
 extern int alphasort( struct dirent **a, struct dirent **b);  extern int alphasort( struct dirent **a, struct dirent **b);
 #endif  #endif


Legend:
line(s) removed in v.1.34 
line(s) changed
 line(s) added in v.1.35

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