summaryrefslogtreecommitdiffhomepage
path: root/chansession.h
diff options
context:
space:
mode:
Diffstat (limited to 'chansession.h')
-rw-r--r--chansession.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chansession.h b/chansession.h
index 3dd58ac..6eb8c76 100644
--- a/chansession.h
+++ b/chansession.h
@@ -39,14 +39,14 @@ struct exitinfo {
struct ChanSess {
- unsigned char * cmd; /* command to exec */
+ char * cmd; /* command to exec */
pid_t pid; /* child process pid */
/* 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;