[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.17 and 1.18

version 1.17, 1998/02/17 23:22:53 version 1.18, 1998/07/07 17:26:39
Line 36 
Line 36 
  *      @(#)extern.h    8.3 (Berkeley) 10/9/94   *      @(#)extern.h    8.3 (Berkeley) 10/9/94
  */   */
   
 struct fd_set;  #include <sys/types.h>
   
 void    abort_remote __P((FILE *));  void    abort_remote __P((FILE *));
 void    abortpt __P((int));  void    abortpt __P((int));
Line 67 
Line 67 
 char   *domap __P((char *));  char   *domap __P((char *));
 void    doproxy __P((int, char **));  void    doproxy __P((int, char **));
 char   *dotrans __P((char *));  char   *dotrans __P((char *));
 int     empty __P((struct fd_set *, int));  int     empty __P((fd_set *, int));
 int     foregroundproc __P((void));  int     foregroundproc __P((void));
 void    get __P((int, char **));  void    get __P((int, char **));
 struct cmd *getcmd __P((const char *));  struct cmd *getcmd __P((const char *));

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18