[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.28 and 1.29

version 1.28, 2005/10/12 06:50:42 version 1.29, 2007/06/06 19:15:33
Line 149 
Line 149 
 void    restart(int, char **);  void    restart(int, char **);
 void    rmthelp(int, char **);  void    rmthelp(int, char **);
 void    rmtstatus(int, char **);  void    rmtstatus(int, char **);
 int     ruserpass(const char *, char **, char **, char **);  
 void    sendrequest(const char *, const char *, const char *, int);  void    sendrequest(const char *, const char *, const char *, int);
 void    setascii(int, char **);  void    setascii(int, char **);
 void    setbell(int, char **);  void    setbell(int, char **);
Line 189 
Line 188 
 int     togglevar(int, char **, int *, const char *);  int     togglevar(int, char **, int *, const char *);
 void    usage(void);  void    usage(void);
 void    user(int, char **);  void    user(int, char **);
   
   #ifndef SMALL
   int     ruserpass(const char *, char **, char **, char **);
   #endif
   
   
 extern jmp_buf  abortprox;  extern jmp_buf  abortprox;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29