[BACK]Return to ruserpass.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/ruserpass.c between version 1.12 and 1.13

version 1.12, 2000/07/27 19:59:13 version 1.13, 2002/02/16 21:27:46
Line 55 
Line 55 
   
 #include "ftp_var.h"  #include "ftp_var.h"
   
 static  int token __P((void));  static  int token(void);
 static  FILE *cfile;  static  FILE *cfile;
   
 #define DEFAULT 1  #define DEFAULT 1

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13