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

Diff for /src/usr.bin/ftp/extern.h between version 1.51 and 1.52

version 1.51, 2019/05/16 12:44:17 version 1.52, 2021/02/02 12:58:42
Line 125 
Line 125 
 char   *remglob2(char **, int, char **, FILE **ftemp, char *type);  char   *remglob2(char **, int, char **, FILE **ftemp, char *type);
 int     ruserpass(const char *, char **, char **, char **);  int     ruserpass(const char *, char **, char **, char **);
 void    sendrequest(const char *, const char *, const char *, int);  void    sendrequest(const char *, const char *, const char *, int);
   ssize_t http_time(time_t, char *, size_t);
 #endif /* !SMALL */  #endif /* !SMALL */
   
 extern jmp_buf  abortprox;  extern jmp_buf  abortprox;
Line 144 
Line 145 
   
 #ifndef SMALL  #ifndef SMALL
 extern int      NCMDS;  extern int      NCMDS;
   extern int      server_timestamps;
 #endif /* !SMALL */  #endif /* !SMALL */
   
 extern char *__progname;                /* from crt0.o */  extern char *__progname;                /* from crt0.o */

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52