Difference for server/plugins.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.8 2001/11/12 01:09:39 michtoen Exp $";   *   "$Id: plugins.c,v 1.9 2001/11/13 08:14:26 mwedel Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 426
 
Line 426
 /*****************************************************************************/  /*****************************************************************************/
 void initPlugins(void)  void initPlugins(void)
 {  {
         struct dirent **namelist;          struct dirent **namelist=NULL;
         int n;          int n;
         char buf[MAX_BUF];          char buf[MAX_BUF];
         char buf2[MAX_BUF];          char buf2[MAX_BUF];
Line 707
 
Line 707
 /*****************************************************************************/  /*****************************************************************************/
 /* Hook functions. Those are wrappers to crosslib functions, used by plugins.*/  /* Hook functions. Those are wrappers to crosslib functions, used by plugins.*/
 /* Remember : NEVER call crosslib functions directly from a plugin if a hook */  /* Remember : NEVER call crosslib functions directly from a plugin if a hook */
 /* exists.  /* exists.                                                                   */
 /*****************************************************************************/  /*****************************************************************************/
   
 /*****************************************************************************/  /*****************************************************************************/


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

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