summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index d6e8917..6b34f92 100644
--- a/runopts.h
+++ b/runopts.h
@@ -117,6 +117,9 @@ typedef struct cli_runopts {
#ifdef ENABLE_CLI_LOCALTCPFWD
struct TCPFwdList * localfwds;
#endif
+#ifdef ENABLE_CLI_PROXYCMD
+ char *proxycmd;
+#endif
} cli_runopts;