diff 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
line wrap: on
line diff
--- a/runopts.h	Wed Jun 07 15:01:20 2006 +0000
+++ b/runopts.h	Wed Jun 07 15:47:04 2006 +0000
@@ -103,6 +103,7 @@
 	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