diff options
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 2689082..560c184 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -35,6 +35,8 @@ extern int https_port_redir; extern char *ssl_verify; extern int ssl_initialized; extern int ssl_timeout_secs; +extern char *ssh_str; +extern pid_t ssh_pid; extern int usepw; extern char *blackout_str; extern int blackout_ptr; @@ -148,6 +150,7 @@ extern char *client_connect; extern char *client_connect_file; extern int connect_or_exit; extern int vnc_connect; +extern char *connect_proxy; extern int show_cursor; extern int show_multiple_cursors; |