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

Diff for /src/usr.bin/ftp/ftp_var.h between version 1.35 and 1.36

version 1.35, 2014/07/14 09:26:27 version 1.36, 2014/10/31 13:48:21
Line 77 
Line 77 
 int fclose(FILE *);  int fclose(FILE *);
 #endif  #endif
   
 #include <ressl.h>  #include <tls.h>
   
 #include "stringlist.h"  #include "stringlist.h"
 #include "extern.h"  #include "extern.h"
Line 234 
Line 234 
 extern struct cmd cmdtab[];  extern struct cmd cmdtab[];
   
 #ifndef SMALL  #ifndef SMALL
 extern struct ressl_config *ressl_config;  extern struct tls_config *tls_config;
 #endif /* !SMALL */  #endif /* !SMALL */

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36