summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index d6e8917..162c9fd 100644
--- a/runopts.h
+++ b/runopts.h
@@ -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;