summaryrefslogtreecommitdiffstats
path: root/x11vnc/sslhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/sslhelper.h')
-rw-r--r--x11vnc/sslhelper.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/x11vnc/sslhelper.h b/x11vnc/sslhelper.h
index 1ff1e70..f8561ad 100644
--- a/x11vnc/sslhelper.h
+++ b/x11vnc/sslhelper.h
@@ -4,14 +4,23 @@
/* -- sslhelper.h -- */
+#define OPENSSL_INETD 1
+#define OPENSSL_VNC 2
+#define OPENSSL_HTTPS 3
+
extern int openssl_sock;
+extern int openssl_port_num;
+extern int https_sock;
extern pid_t openssl_last_helper_pid;
extern int openssl_present(void);
extern void openssl_init(void);
extern void openssl_port(void);
+extern void https_port(void);
extern void check_openssl(void);
-extern void ssh_helper_pid(pid_t pid, int sock);
+extern void check_https(void);
+extern void ssl_helper_pid(pid_t pid, int sock);
+extern void accept_openssl(int mode);
#endif /* _X11VNC_SSLHELPER_H */