diff options
author | runge <runge> | 2007-04-28 23:27:00 +0000 |
---|---|---|
committer | runge <runge> | 2007-04-28 23:27:00 +0000 |
commit | 3fcab6f1ec5238977b28d5d6f5fbae365b1254fa (patch) | |
tree | 1b8b1e6e6c5663baa3f548ca6d0cd431c8e27f4c /x11vnc/options.h | |
parent | 2d0b184f8b99b5f60a8c4f94bfc42ebf96dbc9b3 (diff) | |
download | libtdevnc-3fcab6f1ec5238977b28d5d6f5fbae365b1254fa.tar.gz libtdevnc-3fcab6f1ec5238977b28d5d6f5fbae365b1254fa.zip |
x11vnc: -users sslpeer= option. RFB_SSL_CLIENT_CERT, -ncache 10 default
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 0227034..75feba4 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -162,6 +162,7 @@ extern int wireframe_in_progress; extern int ncache; extern int ncache0; +extern int ncache_default; extern int ncache_copyrect; extern int ncache_wf_raises; extern int ncache_dt_change; |