[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.32 and 1.33

version 1.32, 2008/06/16 12:03:51 version 1.33, 2008/06/25 18:07:00
Line 133 
Line 133 
 void    pswitch(int);  void    pswitch(int);
 void    ptransfer(int);  void    ptransfer(int);
 void    put(int, char **);  void    put(int, char **);
   void    putit(int, char **, int);
 void    pwd(int, char **);  void    pwd(int, char **);
 void    quit(int, char **);  void    quit(int, char **);
 void    quote(int, char **);  void    quote(int, char **);
Line 145 
Line 146 
 time_t  remotemodtime(const char *, int);  time_t  remotemodtime(const char *, int);
 void    removedir(int, char **);  void    removedir(int, char **);
 void    renamefile(int, char **);  void    renamefile(int, char **);
   void    reput(int, char **);
 void    reset(int, char **);  void    reset(int, char **);
 void    restart(int, char **);  void    restart(int, char **);
 void    rmthelp(int, char **);  void    rmthelp(int, char **);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33