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

Diff for /src/usr.bin/ssh/ssh.h between version 1.47 and 1.48

version 1.47, 2000/06/20 01:39:45 version 1.48, 2000/07/13 22:53:21
Line 450 
Line 450 
 /* remove newline at end of string */  /* remove newline at end of string */
 char    *chop(char *s);  char    *chop(char *s);
   
   /* return next token in configuration line */
   char    *strdelim(char **s);
   
 /* set filedescriptor to non-blocking */  /* set filedescriptor to non-blocking */
 void    set_nonblock(int fd);  void    set_nonblock(int fd);
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48