diff options
author | Gaël PORTAY <gael.portay@gmail.com> | 2015-05-02 23:28:28 +0200 |
---|---|---|
committer | Gaël PORTAY <gael.portay@gmail.com> | 2015-05-05 20:39:14 +0200 |
commit | 05b36b484e93557928d4ae90a7eea5a57764c372 (patch) | |
tree | 99c9a80cd1fbba4a562a6a6c82411abc1aea0750 /chansession.h | |
parent | be3016b8d583c25f201b04b41e7deacf79c59579 (diff) |
Turn ChanSess's cmd attribute into char *
Diffstat (limited to 'chansession.h')
-rw-r--r-- | chansession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chansession.h b/chansession.h index 66f5504..6eb8c76 100644 --- a/chansession.h +++ b/chansession.h @@ -39,7 +39,7 @@ struct exitinfo { struct ChanSess { - unsigned char * cmd; /* command to exec */ + char * cmd; /* command to exec */ pid_t pid; /* child process pid */ /* pty details */ |