diff options
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index dc3901e..01c1577 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -15,6 +15,11 @@ char *logfile = NULL; /* -o, -logfile */ int logfile_append = 0; char *flagfile = NULL; /* -flag */ char *passwdfile = NULL; /* -passwdfile */ +int unixpw = 0; /* -unixpw */ +char *unixpw_list = NULL; +int use_stunnel = 0; /* -stunnel */ +int stunnel_port = 0; +char *stunnel_pem = NULL; char *blackout_str = NULL; /* -blackout */ int blackout_ptr = 0; char *clip_str = NULL; /* -clip */ |