diff chansession.h @ 1112:5eb00b6b9040

Turn ChanSess's cmd attribute into char *
author Gaël PORTAY <gael.portay@gmail.com>
date Sat, 02 May 2015 23:28:28 +0200
parents ae63de5caf81
children 9169e4e7cbee
line wrap: on
line diff
--- a/chansession.h	Sat May 02 23:24:23 2015 +0200
+++ b/chansession.h	Sat May 02 23:28:28 2015 +0200
@@ -39,7 +39,7 @@
 
 struct ChanSess {
 
-	unsigned char * cmd; /* command to exec */
+	char * cmd; /* command to exec */
 	pid_t pid; /* child process pid */
 
 	/* pty details */