diff options
author | runge <runge> | 2006-03-05 00:35:33 +0000 |
---|---|---|
committer | runge <runge> | 2006-03-05 00:35:33 +0000 |
commit | a9a9c812f7feb5bfb1d017575762c6a6390227b9 (patch) | |
tree | 1f1e013d1c905b0e705ec245aa9fec1df6cb1c30 /x11vnc/sslcmds.h | |
parent | b03a920cb996bf61af2d9351d2fe497ea3c0c99e (diff) | |
download | libtdevnc-a9a9c812f7feb5bfb1d017575762c6a6390227b9.tar.gz libtdevnc-a9a9c812f7feb5bfb1d017575762c6a6390227b9.zip |
x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui tweaks.
Diffstat (limited to 'x11vnc/sslcmds.h')
-rw-r--r-- | x11vnc/sslcmds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/sslcmds.h b/x11vnc/sslcmds.h index e0c5ca8..e75af7c 100644 --- a/x11vnc/sslcmds.h +++ b/x11vnc/sslcmds.h @@ -3,6 +3,7 @@ /* -- sslcmds.h -- */ +extern void check_stunnel(void); extern int start_stunnel(int stunnel_port, int x11vnc_port); extern void stop_stunnel(void); extern void setup_stunnel(int rport, int *argc, char **argv); |