diff options
author | runge <runge> | 2007-10-27 22:45:30 +0000 |
---|---|---|
committer | runge <runge> | 2007-10-27 22:45:30 +0000 |
commit | 81ef0b9345dd393fea8edab879ee1fd8f0bf9e81 (patch) | |
tree | 6866c2f68f25a00cbfb4f636282fd9cf52bf4a37 /x11vnc/options.h | |
parent | be9dc49025c3588e6b01051263ca410769174ea4 (diff) | |
download | libtdevnc-81ef0b9345dd393fea8edab879ee1fd8f0bf9e81.tar.gz libtdevnc-81ef0b9345dd393fea8edab879ee1fd8f0bf9e81.zip |
x11vnc: -proxy, -ssh options. ncache bug in -8to24, Selection "targets" bugfix.
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; |