The unified diff between revisions [22bbe895..] and [b02ba662..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'runopts.h'

#
#
# patch "runopts.h"
#  from [28d3dc401244b14fa52cd842c39ee9f6fe3873ba]
#    to [3b87a3d81e378ada9413510f74bad1ea8e0720b9]
#
============================================================
--- runopts.h	28d3dc401244b14fa52cd842c39ee9f6fe3873ba
+++ runopts.h	3b87a3d81e378ada9413510f74bad1ea8e0720b9
@@ -118,6 +118,11 @@ typedef struct cli_runopts {
 	struct TCPFwdList * localfwds;
 #endif

+#ifdef ENABLE_CLI_NETCAT
+	char *netcat_host;
+	unsigned int netcat_port;
+#endif
+
 } cli_runopts;

 extern cli_runopts cli_opts;