[BACK]Return to misc.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/misc.h between version 1.6 and 1.7

version 1.6, 2001/05/08 19:45:24 version 1.7, 2001/05/11 14:59:56
Line 17 
Line 17 
 /* return next token in configuration line */  /* return next token in configuration line */
 char    *strdelim(char **s);  char    *strdelim(char **s);
   
 /* set filedescriptor to non-blocking */  /* set/unset filedescriptor to non-blocking */
 void    set_nonblock(int fd);  void    set_nonblock(int fd);
   void    unset_nonblock(int fd);
   
 struct passwd * pwcopy(struct passwd *pw);  struct passwd * pwcopy(struct passwd *pw);
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7