diff runopts.h @ 325:0e4f225b7e07

Add -N "no remote command" dbclient option. Document -N in dbclient.1 and -P in dropbear.8
author Matt Johnston <matt@ucc.asn.au>
date Wed, 07 Jun 2006 15:01:20 +0000
parents 3bfbe95f9a14
children d965110e3f5c
line wrap: on
line diff
--- a/runopts.h	Wed Jun 07 14:48:35 2006 +0000
+++ b/runopts.h	Wed Jun 07 15:01:20 2006 +0000
@@ -102,6 +102,7 @@
 
 	char *cmd;
 	int wantpty;
+	int no_cmd;
 #ifdef ENABLE_CLI_PUBKEY_AUTH
 	struct SignKeyList *privkeys; /* Keys to use for public-key auth */
 #endif