[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.34 and 1.35

version 1.34, 2008/06/25 21:15:19 version 1.35, 2008/07/08 21:07:57
Line 82 
Line 82 
 unsigned char complete(EditLine *, int);  unsigned char complete(EditLine *, int);
 void    controlediting(void);  void    controlediting(void);
 #endif /* !SMALL */  #endif /* !SMALL */
 int     confirm(const char *, const char *, int);  int     confirm(const char *, const char *);
 FILE   *dataconn(const char *);  FILE   *dataconn(const char *);
 void    deletecmd(int, char **);  void    deletecmd(int, char **);
 void    disconnect(int, char **);  void    disconnect(int, char **);
Line 142 
Line 142 
             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 **);
   #ifndef SMALL
   char   *remglob2(char **, int, char **, FILE **ftemp, char *type);
   #endif /* !SMALL */
 off_t   remotesize(const char *, int);  off_t   remotesize(const char *, int);
 time_t  remotemodtime(const char *, int);  time_t  remotemodtime(const char *, int);
 void    removedir(int, char **);  void    removedir(int, char **);
Line 157 
Line 160 
 void    setbinary(int, char **);  void    setbinary(int, char **);
 void    setcase(int, char **);  void    setcase(int, char **);
 void    setcr(int, char **);  void    setcr(int, char **);
   #ifndef SMALL
 void    setdebug(int, char **);  void    setdebug(int, char **);
   #endif /* !SMALL */
 void    setedit(int, char **);  void    setedit(int, char **);
 void    setepsv4(int, char **);  void    setepsv4(int, char **);
 void    setform(int, char **);  void    setform(int, char **);
Line 195 
Line 200 
 int     ruserpass(const char *, char **, char **, char **);  int     ruserpass(const char *, char **, char **, char **);
 void    cookie_load(void);  void    cookie_load(void);
 void    cookie_get(const char *, const char *, int, char **);  void    cookie_get(const char *, const char *, int, char **);
   void    parse_list(char **, char *);
 #endif /* !SMALL */  #endif /* !SMALL */
   
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35