diff runopts.h @ 485:12d845ab7b5f dbclient-netcat-alike

Rework netcat-alike to be a proper mode, with -B argument.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 17 Sep 2008 14:36:49 +0000
parents 7e43f5e473b9
children d59f628e7baa
line wrap: on
line diff
--- a/runopts.h	Sun Sep 14 06:47:51 2008 +0000
+++ b/runopts.h	Wed Sep 17 14:36:49 2008 +0000
@@ -118,6 +118,11 @@
 	struct TCPFwdList * localfwds;
 #endif
 
+#ifdef ENABLE_CLI_NETCAT
+	char *netcat_host;
+	unsigned int netcat_port;
+#endif
+
 } cli_runopts;
 
 extern cli_runopts cli_opts;