[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.2 and 1.3

version 1.2, 1996/06/26 05:33:35 version 1.3, 1996/09/03 18:00:05
Line 142 
Line 142 
 void    syst __P((int, char **));  void    syst __P((int, char **));
 void    tvsub __P((struct timeval *, struct timeval *, struct timeval *));  void    tvsub __P((struct timeval *, struct timeval *, struct timeval *));
 void    user __P((int, char **));  void    user __P((int, char **));
   int     http_fetch __P((char *));
   
 extern jmp_buf  abortprox;  extern jmp_buf  abortprox;
 extern int      abrtflag;  extern int      abrtflag;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3