[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.26 and 1.27

version 1.26, 2003/08/11 21:23:58 version 1.27, 2004/09/16 04:39:16
Line 84 
Line 84 
 #endif /* !SMALL */  #endif /* !SMALL */
 int     confirm(const char *, const char *);  int     confirm(const char *, const char *);
 FILE   *dataconn(const char *);  FILE   *dataconn(const char *);
 void    delete(int, char **);  void    deletecmd(int, char **);
 void    disconnect(int, char **);  void    disconnect(int, char **);
 void    do_chmod(int, char **);  void    do_chmod(int, char **);
 void    do_umask(int, char **);  void    do_umask(int, char **);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27