add -f background option to dbclient

--HG--
extra : convert_revision : 5ef61c30c0a634ac0da22a8c694ce235690e8170
This commit is contained in:
Matt Johnston
2006-06-07 15:47:04 +00:00
parent be2b7d9725
commit c81e058bb0
4 changed files with 32 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ typedef struct cli_runopts {
char *cmd;
int wantpty;
int no_cmd;
int backgrounded;
#ifdef ENABLE_CLI_PUBKEY_AUTH
struct SignKeyList *privkeys; /* Keys to use for public-key auth */
#endif