diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-07-30 03:02:19 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-07-30 03:02:19 +0000 |
commit | b601f68cda9187ed77d21eb46126fc83ba0bd14b (patch) | |
tree | 8c5f209ad3bcaa1bd4ccae479e2634d159037936 /runopts.h | |
parent | bf785cbcec2857110a70fa0f86db7afd83f58e05 (diff) |
we're nearly there yet
--HG--
extra : convert_revision : ab7e63234f2c134c2321406598ae67038e0ca576
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ typedef struct cli_runopts { char *remoteport; char *username; + + char *cmd; + int wantpty; /* XXX TODO */ } cli_runopts; |