comparison runopts.h @ 498:3c0dc22bda20

merge of '6fd2597077a4e2421bf45388e058d15606f6dd74' and 'c7b916e6c522f16f06fe1bd52815ba13aa88b90b'
author Matt Johnston <matt@ucc.asn.au>
date Tue, 23 Sep 2008 15:57:32 +0000
parents ae600f1eef81
children d588e3ea557a a3748e54273c
comparison
equal deleted inserted replaced
496:9f583f4d59a6 498:3c0dc22bda20
107 char *cmd; 107 char *cmd;
108 int wantpty; 108 int wantpty;
109 int always_accept_key; 109 int always_accept_key;
110 int no_cmd; 110 int no_cmd;
111 int backgrounded; 111 int backgrounded;
112 int is_subsystem;
112 #ifdef ENABLE_CLI_PUBKEY_AUTH 113 #ifdef ENABLE_CLI_PUBKEY_AUTH
113 struct SignKeyList *privkeys; /* Keys to use for public-key auth */ 114 struct SignKeyList *privkeys; /* Keys to use for public-key auth */
114 #endif 115 #endif
115 #ifdef ENABLE_CLI_REMOTETCPFWD 116 #ifdef ENABLE_CLI_REMOTETCPFWD
116 struct TCPFwdList * remotefwds; 117 struct TCPFwdList * remotefwds;