[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.21 and 1.22

version 1.21, 2002/02/16 21:27:46 version 1.22, 2002/02/17 19:42:30
Line 141 
Line 141 
 void    quit(int, char **);  void    quit(int, char **);
 void    quote(int, char **);  void    quote(int, char **);
 void    quote1(const char *, int, char **);  void    quote1(const char *, int, char **);
 void    recvrequest __P((const char *, const char *, const char *,  void    recvrequest(const char *, const char *, const char *,
             const char *, int, int));              const char *, int, int);
 void    reget(int, char **);  void    reget(int, char **);
 char   *remglob(char **, int, char **);  char   *remglob(char **, int, char **);
 off_t   remotesize(const char *, int);  off_t   remotesize(const char *, int);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22