summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index 47c12f0..770ae8f 100644
--- a/runopts.h
+++ b/runopts.h
@@ -167,6 +167,8 @@ typedef struct cli_runopts {
#if DROPBEAR_CLI_PROXYCMD
char *proxycmd;
#endif
+ char *bind_address;
+ char *bind_port;
} cli_runopts;
extern cli_runopts cli_opts;