Mercurial > dropbear
diff chansession.h @ 1102:ae63de5caf81
Turn ChanSess's tty and term attributes into char *
author | Gaël PORTAY <gael.portay@gmail.com> |
---|---|
date | Sat, 02 May 2015 16:01:13 +0200 |
parents | deed0571cacc |
children | 5eb00b6b9040 |
line wrap: on
line diff
--- a/chansession.h Sat May 02 16:08:08 2015 +0200 +++ b/chansession.h Sat May 02 16:01:13 2015 +0200 @@ -45,8 +45,8 @@ /* pty details */ int master; /* the master terminal fd*/ int slave; - unsigned char * tty; - unsigned char * term; + char * tty; + char * term; /* exit details */ struct exitinfo exit;