diff options
author | runge <runge> | 2006-02-25 05:10:37 +0000 |
---|---|---|
committer | runge <runge> | 2006-02-25 05:10:37 +0000 |
commit | 79310af7e7a289d2baf1bdc295daefdcc76ecc0e (patch) | |
tree | da68674a1beef5ce0ba807187657ca5fe215f68c /x11vnc/sslcmds.h | |
parent | b7773ea6e683e5fcfae5bf020828596c5f90b7d3 (diff) | |
download | libtdevnc-79310af7e7a289d2baf1bdc295daefdcc76ecc0e.tar.gz libtdevnc-79310af7e7a289d2baf1bdc295daefdcc76ecc0e.zip |
x11vnc: -unixpw and -stunnel. Add clipboard to input control.
Diffstat (limited to 'x11vnc/sslcmds.h')
-rw-r--r-- | x11vnc/sslcmds.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11vnc/sslcmds.h b/x11vnc/sslcmds.h new file mode 100644 index 0000000..e0c5ca8 --- /dev/null +++ b/x11vnc/sslcmds.h @@ -0,0 +1,11 @@ +#ifndef _X11VNC_SSLCMDS_H +#define _X11VNC_SSLCMDS_H + +/* -- sslcmds.h -- */ + +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); + + +#endif /* _X11VNC_SSLCMDS_H */ |