diff options
author | runge <runge> | 2007-03-20 23:33:04 +0000 |
---|---|---|
committer | runge <runge> | 2007-03-20 23:33:04 +0000 |
commit | 5e4546628cbd6a450fa7eeea67c1434269cf6154 (patch) | |
tree | f8fe8c0e842ba4f686ae15f6187fe62680d7c9fd /x11vnc/options.h | |
parent | f57eb8742f69fa49e487379affe93ba14cef3dc3 (diff) | |
download | libtdevnc-5e4546628cbd6a450fa7eeea67c1434269cf6154.tar.gz libtdevnc-5e4546628cbd6a450fa7eeea67c1434269cf6154.zip |
x11vnc: -httpsredir, x11cursor fix, nc=N login opt, no -ncache betatest for java viewer.
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 1efdd10..0227034 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -30,6 +30,7 @@ extern int ssl_no_fail; extern char *openssl_pem; extern char *ssl_certs_dir; extern int https_port_num; +extern int https_port_redir; extern char *ssl_verify; extern int ssl_initialized; extern int ssl_timeout_secs; |