summaryrefslogtreecommitdiffhomepage
path: root/chansession.h
diff options
context:
space:
mode:
authorGaël PORTAY <gael.portay@gmail.com>2015-05-02 23:28:28 +0200
committerGaël PORTAY <gael.portay@gmail.com>2015-05-05 20:39:14 +0200
commit05b36b484e93557928d4ae90a7eea5a57764c372 (patch)
tree99c9a80cd1fbba4a562a6a6c82411abc1aea0750 /chansession.h
parentbe3016b8d583c25f201b04b41e7deacf79c59579 (diff)
Turn ChanSess's cmd attribute into char *
Diffstat (limited to 'chansession.h')
-rw-r--r--chansession.h2
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 */