diff options
author | runge <runge> | 2006-02-25 05:10:37 +0000 |
---|---|---|
committer | runge <runge> | 2006-02-25 05:10:37 +0000 |
commit | 79310af7e7a289d2baf1bdc295daefdcc76ecc0e (patch) | |
tree | da68674a1beef5ce0ba807187657ca5fe215f68c /x11vnc/options.h | |
parent | b7773ea6e683e5fcfae5bf020828596c5f90b7d3 (diff) | |
download | libtdevnc-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.h | 5 |
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; |