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