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

Diff for /src/usr.bin/ssh/clientloop.h between version 1.3 and 1.4

version 1.3, 2001/01/29 01:58:15 version 1.4, 2001/02/06 22:43:02
Line 35 
Line 35 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 void    clientloop_set_session_ident(int id);  
   
 /* 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 id);  int     client_loop(int have_pty, int escape_char, int id);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4