summaryrefslogtreecommitdiffstats
path: root/x11vnc/user.c
diff options
context:
space:
mode:
authorrunge <runge>2008-09-07 04:17:33 +0000
committerrunge <runge>2008-09-07 04:17:33 +0000
commitd5cba7a574a667f5321194cb05d0b4adcb995866 (patch)
tree2748fd38612cc63256ee864284cd8dab19f4eba1 /x11vnc/user.c
parentdbfa4ad1f78f6133bc5f50e766f7f3bfdb8fa049 (diff)
downloadlibtdevnc-d5cba7a574a667f5321194cb05d0b4adcb995866.tar.gz
libtdevnc-d5cba7a574a667f5321194cb05d0b4adcb995866.zip
x11vnc: kill gui_pid on exit in -connect/-connect_or_exit mode.
-grablocal n experiment (not compiled by default). -macuskbd option for macosx for orig uskdb code. keycode=N remote contol cmd. Find dpy look at non-NFS cookies in /tmp. Fix gui tray insertion on recent gnome dt. Fix connect_file bug. Sync SSVNC
Diffstat (limited to 'x11vnc/user.c')
-rw-r--r--x11vnc/user.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/user.c b/x11vnc/user.c
index c8ba3a5..172b2cd 100644
--- a/x11vnc/user.c
+++ b/x11vnc/user.c
@@ -2524,6 +2524,8 @@ fprintf(stderr, "\n");}
return 1;
}
+void ssh_remote_tunnel(char *, int);
+
static XImage ximage_struct;
int wait_for_client(int *argc, char** argv, int http) {