comparison runopts.h @ 37:0913e2ee3545

we're nearly there yet
author Matt Johnston <matt@ucc.asn.au>
date Fri, 30 Jul 2004 03:02:19 +0000
parents f789045062e6
children b4874d772210
comparison
equal deleted inserted replaced
36:a600c015562d 37:0913e2ee3545
81 81
82 char *remotehost; 82 char *remotehost;
83 char *remoteport; 83 char *remoteport;
84 84
85 char *username; 85 char *username;
86
87 char *cmd;
88 int wantpty;
86 /* XXX TODO */ 89 /* XXX TODO */
87 90
88 } cli_runopts; 91 } cli_runopts;
89 92
90 extern cli_runopts cli_opts; 93 extern cli_runopts cli_opts;