summaryrefslogtreecommitdiffhomepage
path: root/chansession.h
diff options
context:
space:
mode:
Diffstat (limited to 'chansession.h')
-rw-r--r--chansession.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chansession.h b/chansession.h
index 3dd58ac..66f5504 100644
--- a/chansession.h
+++ b/chansession.h
@@ -45,8 +45,8 @@ struct ChanSess {
/* 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;