[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.2.1 and 1.45.2.2

version 1.45.2.1, 2000/06/12 02:37:37 version 1.45.2.2, 2000/09/01 18:23:24
Line 13 
Line 13 
  *   *
  */   */
   
 /* RCSID("$Id$"); */  /* RCSID("$OpenBSD$"); */
   
 #ifndef SSH_H  #ifndef SSH_H
 #define SSH_H  #define SSH_H
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);
   
Line 464 
Line 467 
 void    server_loop2(void);  void    server_loop2(void);
   
 /* Client side main loop for the interactive session. */  /* Client side main loop for the interactive session. */
 int     client_loop(int have_pty, int escape_char);  int     client_loop(int have_pty, int escape_char, int id);
   
 /* Linked list of custom environment strings (see auth-rsa.c). */  /* Linked list of custom environment strings (see auth-rsa.c). */
 struct envstring {  struct envstring {

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