diff options
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -168,6 +168,7 @@ typedef struct cli_runopts { char *proxycmd; #endif char *bind_address; + char *bind_port; } cli_runopts; extern cli_runopts cli_opts; |