summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.h
diff options
context:
space:
mode:
authorrunge <runge>2006-08-02 16:18:23 +0000
committerrunge <runge>2006-08-02 16:18:23 +0000
commit268359a66e684d738e1526df2d38a83fa6781092 (patch)
tree9bbe5c69bf5f5ad61b62b796714b1824977b65ad /x11vnc/options.h
parent34c62cfd79c6dbb3d7c87ebcf358ad6f42bdb31e (diff)
downloadlibtdevnc-268359a6.tar.gz
libtdevnc-268359a6.zip
x11vnc: tweaks to ssl_xfer; -ssltimeout option.
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r--x11vnc/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h
index 5537ac8..e1fac0e 100644
--- a/x11vnc/options.h
+++ b/x11vnc/options.h
@@ -29,6 +29,7 @@ extern char *ssl_certs_dir;
extern int https_port_num;
extern char *ssl_verify;
extern int ssl_initialized;
+extern int ssl_timeout_secs;
extern int usepw;
extern char *blackout_str;
extern int blackout_ptr;