summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.h
diff options
context:
space:
mode:
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;