comparison runopts.h @ 326:d965110e3f5c

add -f background option to dbclient
author Matt Johnston <matt@ucc.asn.au>
date Wed, 07 Jun 2006 15:47:04 +0000
parents 0e4f225b7e07
children ab57ba0cb667
comparison
equal deleted inserted replaced
325:0e4f225b7e07 326:d965110e3f5c
101 char *username; 101 char *username;
102 102
103 char *cmd; 103 char *cmd;
104 int wantpty; 104 int wantpty;
105 int no_cmd; 105 int no_cmd;
106 int backgrounded;
106 #ifdef ENABLE_CLI_PUBKEY_AUTH 107 #ifdef ENABLE_CLI_PUBKEY_AUTH
107 struct SignKeyList *privkeys; /* Keys to use for public-key auth */ 108 struct SignKeyList *privkeys; /* Keys to use for public-key auth */
108 #endif 109 #endif
109 #ifdef ENABLE_CLI_REMOTETCPFWD 110 #ifdef ENABLE_CLI_REMOTETCPFWD
110 struct TCPFwdList * remotefwds; 111 struct TCPFwdList * remotefwds;