summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.h
diff options
context:
space:
mode:
authorrunge <runge>2006-02-25 05:10:37 +0000
committerrunge <runge>2006-02-25 05:10:37 +0000
commit79310af7e7a289d2baf1bdc295daefdcc76ecc0e (patch)
treeda68674a1beef5ce0ba807187657ca5fe215f68c /x11vnc/options.h
parentb7773ea6e683e5fcfae5bf020828596c5f90b7d3 (diff)
downloadlibtdevnc-79310af7e7a289d2baf1bdc295daefdcc76ecc0e.tar.gz
libtdevnc-79310af7e7a289d2baf1bdc295daefdcc76ecc0e.zip
x11vnc: -unixpw and -stunnel. Add clipboard to input control.
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r--x11vnc/options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h
index 203ad5f..0dc6b20 100644
--- a/x11vnc/options.h
+++ b/x11vnc/options.h
@@ -15,6 +15,11 @@ extern char *logfile;
extern int logfile_append;
extern char *flagfile;
extern char *passwdfile;
+extern int unixpw;
+extern char *unixpw_list;
+extern int use_stunnel;
+extern int stunnel_port;
+extern char *stunnel_pem;
extern char *blackout_str;
extern int blackout_ptr;
extern char *clip_str;