Difference for server/ban.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_ban_c =   * static char *rcsid_ban_c =
  *   "$Id: ban.c,v 1.7 2003/07/26 02:10:40 temitchell Exp $";   *   "$Id: ban.c,v 1.8 2005/04/27 21:43:29 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 25
 
Line 25
 #include <sys/file.h>  #include <sys/file.h>
 #endif /* win32 */  #endif /* win32 */
   
 int checkbanned(char *login, char *host)  int checkbanned(const char *login, const char *host)
 {  {
   FILE  *bannedfile;    FILE  *bannedfile;
   char  buf[MAX_BUF];    char  buf[MAX_BUF];


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

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