[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.42 and 1.43

version 1.42, 2014/01/23 00:39:15 version 1.43, 2016/08/18 16:23:06
Line 62 
Line 62 
  */   */
   
 #include <sys/types.h>  #include <sys/types.h>
   #include <sys/socket.h>
   
 void    abort_remote(FILE *);  void    abort_remote(FILE *);
 void    abortpt(int);  void    abortpt(int);
Line 75 
Line 76 
 void    cmdscanner(int);  void    cmdscanner(int);
 int     command(const char *, ...);  int     command(const char *, ...);
 int     confirm(const char *, const char *);  int     confirm(const char *, const char *);
   int     connect_sync(int, const struct sockaddr *, socklen_t);
 FILE   *dataconn(const char *);  FILE   *dataconn(const char *);
 int     foregroundproc(void);  int     foregroundproc(void);
 int     fileindir(const char *, const char *);  int     fileindir(const char *, const char *);

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43