diff options
author | runge <runge@karlrunge.com> | 2009-10-08 17:30:36 -0400 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-10-08 17:30:36 -0400 |
commit | 3129ef668abf2b3f9b624bdb4c5ac0365ae2583b (patch) | |
tree | a2f7edda96dd11da79f7fbbab886625caaa41ae8 /x11vnc/sslcmds.h | |
parent | 169ef3a0429b3e21720856024076e1941221e987 (diff) | |
download | libtdevnc-3129ef668abf2b3f9b624bdb4c5ac0365ae2583b.tar.gz libtdevnc-3129ef668abf2b3f9b624bdb4c5ac0365ae2583b.zip |
Huge number of changes, see x11vnc/ChangeLog
Diffstat (limited to 'x11vnc/sslcmds.h')
-rw-r--r-- | x11vnc/sslcmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/sslcmds.h b/x11vnc/sslcmds.h index 3256775..f8d5210 100644 --- a/x11vnc/sslcmds.h +++ b/x11vnc/sslcmds.h @@ -36,7 +36,7 @@ so, delete this exception statement from your version. /* -- sslcmds.h -- */ extern void check_stunnel(void); -extern int start_stunnel(int stunnel_port, int x11vnc_port); +extern int start_stunnel(int stunnel_port, int x11vnc_port, int hport, int x11vnc_hport); extern void stop_stunnel(void); extern void setup_stunnel(int rport, int *argc, char **argv); extern char *get_Cert_dir(char *cdir_in, char **tmp_in); |