[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.45 and 1.45.2.1

version 1.45, 2000/05/08 17:12:16 version 1.45.2.1, 2000/06/12 02:37:37
Line 447 
Line 447 
  */   */
 char   *tilde_expand_filename(const char *filename, uid_t my_uid);  char   *tilde_expand_filename(const char *filename, uid_t my_uid);
   
   /* remove newline at end of string */
   char    *chop(char *s);
   
   /* set filedescriptor to non-blocking */
   void    set_nonblock(int fd);
   
 /*  /*
  * Performs the interactive session.  This handles data transmission between   * Performs the interactive session.  This handles data transmission between
  * the client and the program.  Note that the notion of stdin, stdout, and   * the client and the program.  Note that the notion of stdin, stdout, and

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.45.2.1