[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.33 and 1.34

version 1.33, 2008/06/25 18:07:00 version 1.34, 2008/06/25 21:15:19
Line 195 
Line 195 
 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 **);
 #endif  #endif /* !SMALL */
   
   
 extern jmp_buf  abortprox;  extern jmp_buf  abortprox;

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